Skip to content

Instantly share code, notes, and snippets.

@kurogelee
Created May 1, 2014 12:46
Show Gist options
  • Save kurogelee/11450975 to your computer and use it in GitHub Desktop.
Save kurogelee/11450975 to your computer and use it in GitHub Desktop.
何個連続@をつなげられるか?@@@@@@@@@@@@ ref: http://qiita.com/kurogelee/items/7332137e1d2ff0f5070f
(with-local-vars [x (promise)
y (future-call (fn [] x))
z (reify clojure.lang.IDeref (deref [this] y))]
(deliver x (-> 9 ref atom agent delay future reduced))
(str @@@@@@@@@@@@z))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment