Ask HN: What is your favourite unpopular programming language?
I'm specifically gearing this toward obscure languages -- in other words, not PHP and Java, because although nearly everybody hates those languages, nearly everybody knows them too. Languages with bad reputations that are no longer common count, though (like COBOL and FORTRAN).
Mine's prolog.
45 comments
[ 4.2 ms ] story [ 129 ms ] threadI suppose its debatable whether it's unpopular, as Rust focused articles on HN tend to be up-voted. But, it does seem "unpopular" compared to Go, and other languages with a much larger following.
It's a really cleanly-designed language. While it has rough edges, the problems with it seem to be things it doesn't do, not things it does for confusing reasons.
For newer developers, I feel like even the linenoise/write once jokes are pretty much unknown. For an older set you still see one-liners and text heavy scripts, but no large players are really doing greenfield development in perl anymore.
Which is a bit of a shame, because perl 5.20 is a pretty far cry from the 5.8 I was using those 10 years ago...
And even Java... I've also had one problem made a fair amount simpler by Java's reflection, and a fair amount more simpler by Java's garbage collection. But I think Java is much to well-used to count as "unpopular".
(From the OP)
proprierary and slow (bad) but it has a huge, convenient, well documented standard library so it's convenient for prototyping stuff
plus it's really satisfying to implement complicated thing in a single line of code
The best integration so far is probably Nginx:
https://blog.cloudflare.com/pushing-nginx-to-its-limit-with-...
Solid intro tutorial here - http://www.atariage.com/2600/programming/2600_101/
(Just because a lot of people use it, doesn't make it popular!)