Skip to content

Instantly share code, notes, and snippets.

@elfenlaid
Created September 20, 2013 09:19
Show Gist options
  • Save elfenlaid/6635103 to your computer and use it in GitHub Desktop.
Save elfenlaid/6635103 to your computer and use it in GitHub Desktop.
(
#((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