TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Do you still use any of those programming languages?

1 pointsby tarek_computerover 2 years ago
I picked up a late 70s book that discusses the following languages, Algol, APL, APT, BASIC, COBOL, FORTRAN, GPSS, JOSS, JOVIAL, LISP, PL/I, SIMULA, and SNOBOL. Does any of such languages strike a chord if any for you?

4 comments

spindleover 2 years ago
I&#x27;ve used several of them. I wouldn&#x27;t like to use any of them now except Lisp, which of course is still going strong.<p>Two that I loved at the time were Algol68 and SNOBOL. Algol68 was so sophisticated for its time but I&#x27;m not aware of any advantages over modern languages. SNOBOL was lots of fun to write, but I found it write-only.
lahvakover 2 years ago
I don&#x27;t use APL, but I do occasionally use j (<a href="https:&#x2F;&#x2F;www.jsoftware.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.jsoftware.com&#x2F;</a>), which is basically APL without the special character set, although mostly for fun. I have not written any FORTRAN in a very long time, but I still compile FORTRAN code every once a while. As other noted, LISP is going strong, it&#x27;s the only one on the list that I use somewhat regularly.<p>Speaking of old languages, in mid 80&#x27;s I was on a team that worked on a machine translation system, and we used a language called Q. The few keywords the language had were in French, and it was based on tree rewriting. I wonder if that is still around.
Emigre_over 2 years ago
Fortran is still used today for scientific computing. Lisp is used by Emacs users as a scripting language.<p>I personally used BASIC a lot back in the day, but more Pascal, actually, which had a fantastic text-based IDE. It deserves a place in that list!… :)
donatjover 2 years ago
Fwiw I used VB.Net from about 2004-2011 pretty extensively which is C# in BASICs clothing.