Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. (do
  2. (require 'arcadia.compiler)
  3. (binding [*compiler-options* {:elide-meta [:doc :file :line :column :added :arglists]}]
  4. (arcadia.compiler/aot-namespaces "Assets/Arcadia/Compiled"
  5. '[clojure.core
  6. clojure.core.server
  7. arcadia.core
  8. arcadia.repl
  9. arcadia.compiler
  10. arcadia.packages
  11. main])))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement