Ask HN: What is the most niche programming language that is still written?
I would love to hear about the programming languages that I have never heard about. I don't mean Assembly or anything that is low-level, but mainstream. Even better if you have an example!
13 comments
[ 3.0 ms ] story [ 40.5 ms ] threadpoke around the t3x.org domain for more small-audience languages.
Similarly, https://www.unisys.com/client-education/clearpath-forward-li... probably still uses its bespoke languages ( https://en.wikipedia.org/wiki/Burroughs_Large_Systems#ALGOL ) in places.
Unlike K (or the APLs in general), all these languages are pidgin algol, hence not that difficult to train.
After a half a century or so without, BCPL recently got floats (for a flight simulator): https://www.cl.cam.ac.uk/~mr10/BCPL.html
I prefer the author's MCPL: https://www.cl.cam.ac.uk/~mr10/MCPL.html but have no idea if anyone is currently using it.
[Edit: looks like Martin backported pattern matching from MCPL into BCPL ca. Oct 2022, so that's recent signs of life for both strains!]