Skip to content

Instantly share code, notes, and snippets.

@wolverian
Last active May 20, 2017 15:04
Show Gist options
  • Save wolverian/94a64dc6aa06e61bed25dfb088e3946b to your computer and use it in GitHub Desktop.
Save wolverian/94a64dc6aa06e61bed25dfb088e3946b to your computer and use it in GitHub Desktop.
% find .
.
./build-jvm.clj
./build-lumo.cljs
./index.html
./src
./src/muse
./src/muse/core.cljs
% time java -cp /usr/local/Cellar/clojurescript/1.9.293/libexec/cljs.jar:src clojure.main build-jvm.clj
real 0m24.237s
user 1m10.606s
sys 0m1.646s
% time lumo -c src build-lumo.cljs
real 1m0.800s
user 1m14.091s
sys 0m1.664s
% ls -lh main*
-rw-r--r-- 1 iv staff 93K May 20 18:00 main-jvm.js
-rw-r--r-- 1 iv staff 88K May 20 18:01 main-lumo.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment