Live data from Hacker News

Ask HN: What language has the best developer experience?

news.ycombinator.com

21–30 of 32 posts

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

#21

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 a…

Data science - r/rstudio

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

#22
I probably don't have as much experience as others, but I've dabbled around in a few languages and I think my best/most fun experience was when I were learning and creating a couple GUI desktop programs with Qt framework in C++ using their Qt Creator IDE. It's really a blast to work with and everything just feels in harmony.

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

#23

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/

ditto. I've used just about every language and IDE out there. Eclipse and Java. C++ with every IDE out there. Javascript. Some niche languages. Everything.

Common Lisp and it's tooling is the best dev experience I've found. Other langs can support live coding, but it's always a poorly supported exotic option that feels like crap compared to SLIME.

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

#24

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 a…

Data science - r/rstudio

That is exactly the combination I was thinking of when I wrote it is controversial.

I agree that combination is at least as good.

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

#25
post #13

Of the languages I've used, Visual Basic (pre-.NET). I never used Hypercard, but I hear it was pretty good too. Newer languages tend to be too complicated to have great development environments.

I really did not expect to see someone say pre-.NET VB on Hacker News

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

#26

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 a…

> iOS - Swift - Xcode

Maybe once SourceKitService doesn't crash constantly, and the compiler doesn't segfault when type inference breaks down.

The Swift experience has the potential to be among the best, and the design is there, but the implementation is very lacking at the moment.

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

#27
post #13

Of the languages I've used, Visual Basic (pre-.NET). I never used Hypercard, but I hear it was pretty good too. Newer languages tend to be too complicated to have great development environments.

I really did not expect to see someone say pre-.NET VB on Hacker News

HN never fails to suprise. I found vb6 ok for simple stuff but a recipe for spaghetti on medium to large projects

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

#28
Haskell. Terse language means ide is not necessary and vim with your fave plugins does the trick nicely. No need for debugger as you can compose your program beautifully and test the last ounce of shit out of every little component using properly based testing.

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

#29
post #4

C. Nothing else has the right mix between a high level, portable programming language, and the low, system level call capabilities of C.

Seconded. It is also one of the few languages in which you can easily bundle everything into a static executable.

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

#30

Earlier quoted context omitted.

I really did not expect to see someone say pre-.NET VB on Hacker News

HN never fails to suprise. I found vb6 ok for simple stuff but a recipe for spaghetti on medium to large projects

I had to use it at one job and it was exactly that, a spaghetti nightmare. I did not like it. I don't want to say it's bad, though, I just prefer to shy away from it and don't see any point in using it again.
Post reply on HN