j3-fortran / fortran_proposals

Proposals for the Fortran Standard Committee
178 stars 15 forks source link

Possible addition to Fortran Fshell or Fortshell or Fortran Shell #276

Open iajzenszmi opened 2 years ago

iajzenszmi commented 2 years ago

Fortran used as a system shell, like Bash, but with fortran language commands, statements,type declarations etc. Interpreted as well as compiled versions.

certik commented 2 years ago

You can use LFortran interactively, just like that. But you would have to launch commands using Fortran. I assume you want to blend Bash and Fortran? Something like a blend of Bash and Python: https://xon.sh/ ?