Category:ALGOL 60: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 4:
* https://www.linuxvoice.com/algol-the-language-of-academia/
* https://www.gnu.org/software/marst/
 
Compiling and running Hello World with GNU Marst looks like this:
<lang bash>marst hello.alg -o hello.c
gcc hello.c -lalgol -lm -o hello
./hello</lang>
 
==See also==
Anonymous user