I think this is kind of like asking what car has the best experience or what hotel has the best experience. It depends so much on what you want from it that there's no clear recommendation.
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 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.
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.
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.
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.
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
IMHO, Rust. Rust is very developer-friendly, great doc, user-friendly error messages, system level, cross-compilation friendly (\o/), you can experiment in the browser, etc…
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.
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.
31 comments
[ 3.6 ms ] story [ 74.1 ms ] threadJavaScript is very good too because you have the "developer tools" in your browser and you don't need to install anything.
Don't have much experience with other languages to talk about them...
Nothing else has the right mix between a high level, portable programming language, and the low, system level call capabilities of C.
Explore a few languages, give them a try, see which one you like, then your question is answered.
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
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.
Composer Valet/Homestead (Local Development) Forge (Builds Servers/Deploys Repos) Envoyer (Zero Downtime Deployment) Spark (SaaS Application Starting Point)
It keeps getting better and better.
laravel.com
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.
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...
I agree that combination is at least as good.
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.