First package written in Algol 68 lands in Gentoo

26 points by ettolrach


tncowart

https://git.sr.ht/~jemarch/godcc is the actual source of the package, which is a CLI to Matt Godbolt's compiler explorer.

dkl

This is quite fascinating. I'm always glad to see efforts being made to vivify moribund or dead languages. It raises some questions though:

My recollections from school ~23 years ago are that the specification indicated that there needed to be some way to denote keywords, which caused trouble (it looks like the GNU Algol 68 compiler treats them as reserved words the way modern languages do) and that it had an extremely intricate looping notation. The latter is interesting, but feels (to me) subsumed by modern iteration constructs. Beyond these, I can't recall anything noteworthy, but I'm hoping experts are around who might illuminate me.