Created
June 7, 2022 15:51
-
-
Save eigenhombre/ea1d2c6d2fcd5b5c9ca7e8dfd213e508 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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