Category:ALGOL 60: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 4: Line 4:
* https://www.linuxvoice.com/algol-the-language-of-academia/
* https://www.linuxvoice.com/algol-the-language-of-academia/
* https://www.gnu.org/software/marst/
* 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==
==See also==