|
|
|
|
|
by behrendtio
4666 days ago
|
|
How are those two links related to "ruby sucks as a language". I tried tons of languages, from php to js, obj-c, clojure, golang, java, scala, python and coffeescript (not really a lang tho :)). Ruby is without doubt one of the best designed languages. The syntax might not be the right thing for everyone (I don't like python's for instance), but the language itself is really well designed to be as natural and less surprising as possible for developers. OOP wise it's a pleasure to work with. PHP is basically the opposite. In general on the topic: Major reasons why Ruby and JS lead the whole thing is that a) the communities are extremely huge and active (in open source) and b) smaller modules/gems are preferred over huge frameworks (yes rails is huge, but it's actually a set of other gems - sort of). And since the author sorted by the amount of projects and not the lines of code, JS leads the list due to a ton of small modules (e.g. for node.js or component). |
|