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…
Ask HN: What language has the best developer experience?
21–30 of 32 posts
Re: Ask HN: What language has the best developer experience?
#22Re: Ask HN: What language has the best developer experience?
#23Common 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/
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?
#24You 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
I agree that combination is at least as good.
Re: Ask HN: What language has the best developer experience?
#25Of 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.
Re: Ask HN: What language has the best developer experience?
#26You 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…
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?
#27Of 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?
#28Re: Ask HN: What language has the best developer experience?
#29C. Nothing else has the right mix between a high level, portable programming language, and the low, system level call capabilities of C.
Re: Ask HN: What language has the best developer experience?
#30Earlier 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