Skip to content

Instantly share code, notes, and snippets.

@whilo
Created May 26, 2016 17:19
Show Gist options
  • Save whilo/7a6e6bd5661e9464bd1833d6d5e07700 to your computer and use it in GitHub Desktop.
Save whilo/7a6e6bd5661e9464bd1833d6d5e07700 to your computer and use it in GitHub Desktop.
(def ^:dynamic *foo* nil)
(defn -main [& args]
(go
(binding [*foo* nil]
(<! (go 42))
(println "done.")))
(Thread/sleep 30000))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment