|
|
|
|
|
by stevebmark
2944 days ago
|
|
Everything in Ruby happens at runtime. Even the definition `class X` becomes a runtime `Class.new` invocation. It's imperative from the inside out. Even a JIT is compiler won't and can't solve the fundamental flaws permanently baked into the language. If you want performance, Ruby probably shouldn't be the first tool you reach for. |
|
Oracle's plan for world domination via JVM is completely changing the performance landscape for dynamic languages.