Ask HN: What is the most enjoyable language to code in?
11–20 of 25 posts
Re: Ask HN: What is the most enjoyable language to code in?
#12Re: Ask HN: What is the most enjoyable language to code in?
#13Re: Ask HN: What is the most enjoyable language to code in?
#14A poor coder blames his tools (or language). You can make a masterpiece in any programming language. For that matter though I love PHP, been using it for over 10 years. I've used other languages extensively too but for my own projects it usually falls back to good old PHP. I definitely wouldn't say it's one of the poorest languages to have in the toolkit though; http://news.netcraft.com/archives/2013/01/31/php-just-g…
Re: Ask HN: What is the most enjoyable language to code in?
#15Re: Ask HN: What is the most enjoyable language to code in?
#16Well, then you've already lost, because you're accepting what the herd is telling you without any form of critical insight.
Enjoy wasting the next five years chasing fads.
Re: Ask HN: What is the most enjoyable language to code in?
#17Clojure (or any Lisp dialect). Because there are few simple powerful abstractions (so it puts less cognitive load in terms of language so you focus on problem) and of course you can change the language to suit your problem (whereas with other language you have to change your problem to suit the language)
Not the most remarkable Clojure story I have, just the most recent one.
I use Python in my day job, but Clojure is the only time I really feel like I'm enjoying myself or that my time is being spent well. Or that I'm not profoundly limited.
Re: Ask HN: What is the most enjoyable language to code in?
#18> I tend to feel "comfortable" coding things with PHP but hate the fact it's one of the poorest languages to have in the toolkit. Well, then you've already lost, because you're accepting what the herd is telling you without any form of critical insight. Enjoy wasting the next five years chasing fads.
Blub programmer wouldn't use either of them. Of course he wouldn't program in machine language. That's what compilers are for...
As long as our hypothetical Blub programmer is looking down the power continuum, he knows he's looking down.
Languages less powerful than Blub are obviously less powerful, because they're missing some feature he's used to. But when our hypothetical Blub programmer looks in the other direction, up the power continuum, he doesn't realize he's looking up.
What he sees are merely weird languages. He probably considers them about equivalent in power to Blub, but with all this other hairy stuff thrown in as well. Blub is good enough for him, because he thinks in Blub.
When we switch to the point of view of a programmer using any of the languages higher up the power continuum, however, we find that he in turn looks down upon Blub. How can you get anything done in Blub? It doesn't even have y.
By induction, the only programmers in a position to see all the differences in power between the various languages are those who understand the most powerful one. (This is probably what Eric Raymond meant about Lisp making you a better programmer.) You can't trust the opinions of the others, because of the Blub paradox: they're satisfied with whatever language they happen to use, because it dictates the way they think about programs.
Edit:
Your crab-in-a-bucket mentality will not be welcomed warmly here. You might consider encouraging other people to learn new things instead of being a sour asshole to somebody asking the community for advice.
Please go back to lurking.
Re: Ask HN: What is the most enjoyable language to code in?
#19Just stay away from dated Perl tutorials - Perl development has evolved a lot over the years. (perlbrew also recommended)