> time ruby hello.rb Hello, world! ruby hello.rb 0.11s user 0.13s system 81% cpu 0.297 total > time node hello.js Hello, world! node hello.js 0.10s user 0.16s system 84% cpu 0.307 total
Maybe I got spoiled by Rust and OCaml that start in the matter of 3-8ms. :D But these Ruby and Node startup times are good.