0xpgm 4 minutes ago

In my mind this highlights something I've been thinking about, the differences between FOSS influenced by corporate needs vs FOSS driven by the hacker community.

FOSS driven by hackers is about increasing and maintaining support (old and new hardware, languages etc..) while FOSS influenced by corporate needs is about standardizing around 'blessed' platforms like is happening in Linux distributions with adoption of Rust (architectures unsupported by Rust lose support).

zik 3 hours ago

As a fan of Algol 68, I'm pretty excited for this.

For people who aren't familiar with the language, pretty much all modern languages are descended from Algol 60 or Algol 68. C descends from Algol 60, so pretty much every popular modern language derives from Algol in some way [1].

[1] https://ballingt.com/assets/prog_lang_poster.png

  • Taniwha 32 minutes ago

    I would argue C comes from Algol68 (structs, unions, pointers, a full type system etc, no call by name) rather than Algol60

    • inkyoto 18 minutes ago

      That is indeed correct. Kernighan in his original book on C cited Algol 68 as a major influence.

  • nine_k 2 hours ago

    If PL/I was like a C++ of the time, Algol-68 was probably comparable to a Scala of the time. A number of mind-boggling ideas (for the time), complexity, an array of kitchen sinks.

    • int_19h 2 hours ago

      It certainly has quite a reputation, but I suspect it has more to do with dense formalism that was quite unlike everything else. The language itself is actually surprisingly nice for its time, very orthogonal and composable.

  • j2kun an hour ago

    > I'm pretty excited for this

    Aside from historical interest, why are you excited for it?

    • ofalkaed 4 minutes ago

      Personally, I think the whole C tangent was a misstep and would love to see Algo 68 turn into Algo 26 or 27. I sort of like C and C++ and many other languages which came, but they have issues. I think Algo 68 could develop into something better than C++, it has some of the pieces already in place.

      Admittedly, every language I really enjoy and get along with is one of those languages that produced little compared to the likes of C (APL, Tcl/Tk, Forth), and as a hobbyist I have no real stake in the game.

    • zik an hour ago

      I've actually been toying with writing an Algol 68 compiler myself for a while.

      While I doubt I'll do any major development in it, I'll definitely have a play with it, just to revisit old memories and remind myself of its many innovations.

lanstin 24 minutes ago

Wow that is cool. Pass by name. I always wanted to try it.

NooneAtAll3 39 minutes ago

any algol tutorial recommendations? just to feel what's it all about

Onavo 3 hours ago

They can just fork off the Golang frontend and it would be the same, maybe patch the runtime a bit.

  • MangoToupe 2 hours ago

    Does gcc even support go?

    • wahern 2 hours ago

      Until a few years ago, gccgo was well maintained and trailed the main Go compiler by 1 or 2 releases, depending on how the release schedules aligned. Having a second compiler was considered an important feature. Currently, the latest supported Go version is 1.18, but without Generics support. I don't know if it's a coincidence, but porting Generics to gccgo may have been a hurdle that broke the cadence.

      • ratmice an hour ago

        Seems doubtful, given that generics and the gccgo compiler were both spearheaded by Ian Lance Taylor, it seems more likely to me that him leaving google would be a more likely suspect, but I don't track go.

pesasuenoX an hour ago

Me Diggy algos. Learning I am!