Fork me on GitHub
#admin-announcements
<
2015-12-27
>
losthorizon12:12:19

Question: what’s the difference between #() and (fn []) ? user=> (#()) () user=> ((fn [])) nil why the first case returns () but the second returns nil?

jaen12:12:42

#(...) => (fn [args] (...))

jaen12:12:50

which would be consistent with what you're seeing.

losthorizon12:12:08

i see. thank you @jaen

crocket12:12:51

Is membership in this channel mandatory?

jaen12:12:41

Huh, or is it

jaen12:12:54

I don't see "Leave" when you click on #C03RZGPG1 on top.