(Just because a lot of people use it, doesn't make it popular!)
Ask HN: What is your favourite unpopular programming language?
31–40 of 46 posts
Re: Ask HN: What is your favourite unpopular programming language?
#32Re: Ask HN: What is your favourite unpopular programming language?
#33F#. Beautiful language, clean and concise, encourages functional programming without mandating it, type inference gives the benefits of static typing without the boilerplate. And it's a .Net language so you have the full .Net ecosystem, eliminating most of the disadvantages of using a minority language.
Re: Ask HN: What is your favourite unpopular programming language?
#34Lua is pretty nice. Great memory footprint, easy to embed, and you can use LuaJIT if you want to trade extra memory usage for extra speed. The best integration so far is probably Nginx: https://blog.cloudflare.com/pushing-nginx-to-its-limit-with-...
Re: Ask HN: What is your favourite unpopular programming language?
#35Re: Ask HN: What is your favourite unpopular programming language?
#36Re: Ask HN: What is your favourite unpopular programming language?
#37Because it's fun.
My favorite Brainfuck interpreters.
http://brainfuck.tk http://copy.sh/brainfuck/ http://www.iamcal.com/misc/bf_debug/
This is a good IDE for Brainfuck.
If you are interested, you can contribute to this Brainfuck compiler optimization project.
Re: Ask HN: What is your favourite unpopular programming language?
#38Perl, unless you think it's still too popular to count. If not Perl, maybe 68000 assembler.
I wasn't sure whether to count perl. Ten years ago, I'd say perl fell into the same category as PHP and Java -- a large user base, many of whom dislike it. But, it's transitioning toward being a language of the past.
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...
Re: Ask HN: What is your favourite unpopular programming language?
#39Re: Ask HN: What is your favourite unpopular programming language?
#40It's prolog for me too. Or I guess logic programming in general, but prolog is the main standalone one. I really hope clojure's core.logic takes off.