Search Results

0
votes

Python vs Groovy vs Ruby? (based on criteria listed in question)

ruby has jruby with access to...something of the java internals, if necessary. …
2
votes

What makes Ruby slow?

Ruby is slow. But what parts of it are the most problematic? It does "late lookup" for methods, to allow for flexibility. This slows it down quite a bit. It a …