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.
Ask HN: What is your favourite unpopular programming language?
11–20 of 46 posts
Re: Ask HN: What is your favourite unpopular programming language?
#12If 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.
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".
Re: Ask HN: What is your favourite unpopular programming language?
#13Re: Ask HN: What is your favourite unpopular programming language?
#14Re: Ask HN: What is your favourite unpopular programming language?
#15If 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.
Re: Ask HN: What is your favourite unpopular programming language?
#16proprierary 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