Live data from Hacker News

Ask HN: What language has the best developer experience?

news.ycombinator.com

11–20 of 32 posts

Re: Ask HN: What language has the best developer experience?

#12
I programmed in a couple of languages (nodejs, python, ruby, ..) and on my work i use c#

I always believe that c# has the best developer experience within the tools of Microsoft ( Eg. Visual Studio).

Try out Visual Studio community edition and see for yourselve

Re: Ask HN: What language has the best developer experience?

#14
Common Lisp (Emacs, Slime) or LispWorks (which has a free personal edition). After using live image based development, going back to the edit, compile, test cycle is like going back to the stone age.

And CL has libraries. See quick lisp. [1]

My own comparison with Python, which I have been using regularly. Python is a toy Lisp with all the adult parts hidden.

[1] https://www.quicklisp.org/beta/

Re: Ask HN: What language has the best developer experience?

#16
post #6
post #5

It's a matter of personal preference. Explore a few languages, give them a try, see which one you like, then your question is answered.

Yeah, that's what I've been doing. So far Scala is winning. Go didn't seem to fit. Nim next.

Yes, Scala is a great choice.

Re: Ask HN: What language has the best developer experience?

#17
Java with IntelliJ.

Um, that is, as long as you can just do Java or Android or something. If you're having to get into EJB and Spring and the corporate heavyweight development environment, that's not a pleasant world to work in, even with IntelliJ.

Re: Ask HN: What language has the best developer experience?

#19
You should probably ask about domain-language-IDE combos.

For example (and these are going to be controversial, but they're just examples):

Datascience - Python - Spyder IDE

iOS - Swift - Xcode

For the web, you get a lot more competition because it is a little harder to develop, and there are lots of backends and front ends to pick between. Probably:

Web app- Django/Rails/Restful Node - Sublime, Dev tools in chrome

and so on...

Post reply on HN