0

I'm a newbie to BBedit. I use this to write my f90 file. Anybody know why all the options "Run" in my bbedit window are greyed out?

I always saved my file as .f90

  • Fortran is [compiled language](https://en.wikipedia.org/wiki/Compiled_language) and cannot be simply run from editor. Solution is to use build scripts such as make, cmake, etc. I recommend [make](https://www.tutorialspoint.com/makefile/index.htm) which is good for beginners. – jcerar Feb 25 '20 at 08:55

1 Answers1

0

Simply put, Fortran is not a Unix scripting language (such as Perl, Python, or Ruby).

matt
  • 515,959
  • 87
  • 875
  • 1,141
  • I have Unix scripts, and the Run command is still greyed out. It says "Unix Shell Script" as the selected language. On what basis does BBEdit enable the Run command? – benwiggy Apr 26 '22 at 09:39