Live data from Hacker News

Ask HN: Is Algol used anywhere today?

news.ycombinator.com

1–5 of 5 posts

Re: Ask HN: Is Algol used anywhere today?

#2
I can't answer your question, but I immediately thought of Perlis's preface to SICP: "Algol 60, never to be an active language again, lives on in the genes of Scheme and Pascal."

Did racket revive Algol 60, even if with a weak pulse?

Re: Ask HN: Is Algol used anywhere today?

#4

I think the bourne shell if..then..else..fi syntax is derived from Algol.

According to the ALGOL 68 page at Wikipedia: "Steve Bourne, who was on the Algol 68 revision committee, took some of its ideas to his Bourne shell (and thereby, to descendant shells such as Bash) and to C (and thereby to descendants such as C++)."