«The first true object-oriented language. But it seems to me Smalltalk is pretty much a forgotten language.» Why do so many people kill Smalltalk so fast? I could give so many URLs to illustrate how Smalltalk has a stable and growing community, with so many open projects and people making a living out of it, teaching it in universities and using it for research, but I think these two links sum it all up: http://forum…
The Best Programming Language (or How to Stop Worrying and Love the Code)
81–90 of 166 posts
Re: The Best Programming Language (or How to Stop Worrying and Love the Code)
#82Clojure is definitely __NOT__ a sibling of Scala. Being a sibling of scala would mean that it is something like C to C++ or Java to Ceylon.
Re: The Best Programming Language (or How to Stop Worrying and Love the Code)
#83Clojure is definitely __NOT__ a sibling of Scala. Being a sibling of scala would mean that it is something like C to C++ or Java to Ceylon.
Re: The Best Programming Language (or How to Stop Worrying and Love the Code)
#84Re: The Best Programming Language (or How to Stop Worrying and Love the Code)
#85Regarding the Go vs. D argument and Google beeing behind Go, Facebook seems to be using D http://www.drdobbs.com/mobile/facebook-adopts-d-language/240...
Re: The Best Programming Language (or How to Stop Worrying and Love the Code)
#86Re: The Best Programming Language (or How to Stop Worrying and Love the Code)
#87Some nice angles in the article, but now I feel obliged to defend C++ (and actually C# and F# too, but I'll let that to others as I'm sure it will turn up in the HN comments) since the author seems to make no real points to support his view of it as a monster. First of all, it's not because x [1] and y and a bunch of others say that "a == true", you can safely use it as a fact or a way to support your view (those log…
i guess maybe now is a good time to repeat this request - does anyone know of a good, recent book that describes how to write correct, modern c++ using the latest standards and staying with the subset of the language that expert users recognise as elegant and powerful?
Re: The Best Programming Language (or How to Stop Worrying and Love the Code)
#88For OCaml, there are many more companies using it than just JaneStreet. Facebook and Bloomberg being some of the well known ones. http://ocaml.org/learn/companies.html
Including Microsoft, which many aren't aware of.
http://ocaml.org/community/support.html#TheCamlConsortiumatI...
Re: The Best Programming Language (or How to Stop Worrying and Love the Code)
#89No Groovy? If you want to address which is the best JVM language, you've got to at least mention Groovy. Its advantages include being trivial to learn for the vast hordes of Java developers, while making programming a lot more fun in a Ruby-like way. When to use it? When you want the JVM, and productivity is a bigger concern than performance.
> If you want to address which is the best JVM language, you've got to at least mention Groovy You could make that argument for all of the many ecosystems mentioned in the article, e.g. because for Unix/Linux scripting only bash is mentioned, you could have opined "If you want to address which is the best Unix shell, you've got to at least mention zsh" . Groovy's just a dialect of Ruby anyway, except being specific f…
Re: The Best Programming Language (or How to Stop Worrying and Love the Code)
#90Regarding the Go vs. D argument and Google beeing behind Go, Facebook seems to be using D http://www.drdobbs.com/mobile/facebook-adopts-d-language/240...
I also have a seeking suspicion that Facebook never considered using Go because of Go's close Google ties, maybe if they didn't feel Google was a competitor they would have went with Go over D- we will never know.