Created
May 1, 2014 12:46
-
-
Save kurogelee/11450975 to your computer and use it in GitHub Desktop.
何個連続@をつなげられるか?@@@@@@@@@@@@ ref: http://qiita.com/kurogelee/items/7332137e1d2ff0f5070f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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