Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eigenhombre/ea1d2c6d2fcd5b5c9ca7e8dfd213e508 to your computer and use it in GitHub Desktop.
Save eigenhombre/ea1d2c6d2fcd5b5c9ca7e8dfd213e508 to your computer and use it in GitHub Desktop.
10:50:18 janet 56.4F ≡ * ☐ ~ (master) > time ./build/janet -e '(print "hello")'
hello
real 0m0.009s
user 0m0.004s
sys 0m0.003s
10:50:21 janet 56.4F ≡ * ☐ ~ (master) > time clojure -e '(println "hello")'
WARNING: When invoking clojure.main, use -M
hello
real 0m0.960s
user 0m1.276s
sys 0m0.211s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment