Live data from Hacker News

Ask HN: What is your favourite unpopular programming language?

news.ycombinator.com

41–46 of 46 posts

Re: Ask HN: What is your favourite unpopular programming language?

#41
post #10

If popularity is not measured in the sheer amount of code written or programmers, then I would have to say Java. It has to be the most publicly shamed language. It's not really the language itself I enjoy. It's IntelliJ. Seriously, IntelliJ makes writing Java code insanely fast.

The latest version of Eclipse IDE (Luna) is actually quite good and possibly better than IntelliJ for Java development.

Have you used Intellij? It's quite possibly the best software development tool ever made. Sometimes I just gawk at how polished it is. Intellij IDEA is simply amazing.

Re: Ask HN: What is your favourite unpopular programming language?

#44
Shen. Love it because it's small, easy to implement, nice to optimize and I have a real weakness for small implementations, Prolog and Lisp.

Edit: I really like Mercury [1] but the implementation is so crazy large and complex that I stopped pursuing it. While it's so lovely. I just try to use what I learnt from Mercury in optimising my Shen implementation.

[1] https://mercurylang.org/about.html

Post reply on HN