Created
September 20, 2013 09:19
-
-
Save elfenlaid/6635103 to your computer and use it in GitHub Desktop.
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
( | |
#((if (odd? %2) | |
(conj %1 %2) ; а почему тут кложура пытается чо та эвалюэйтить? я ж всего навсего пытаюсь лист вернуть | |
%1)) | |
'() | |
1) | |
; ClassCastException clojure.lang.PersistentList cannot be cast to clojure.lang.IFn | |
; ды, не самый удачный пример) я фкурси про всякие та filter и т.д., | |
; просто столкнулся с такой вот ерундовиной в немного другом контексте и не могу понять в чём прикол |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment