Skip to content

Instantly share code, notes, and snippets.

@sritchie
Created February 7, 2014 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sritchie/8866475 to your computer and use it in GitHub Desktop.
Save sritchie/8866475 to your computer and use it in GitHub Desktop.
(defn start! []
(when-let [browser-repl-env (u/maybe-resolve cemerick.austin.repls
browser-repl-env)]
(when-let [cljs-repl (u/maybe-resolve cemerick.austin.repls cljs-repl)]
(when-let [repl-env (u/maybe-resolve cemerick.austin repl-env)]
(cljs-repl (reset! browser-repl-env (repl-env)))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment