admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
2015-12-27T12:34:19.002462Z

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

jaen 2015-12-27T12:36:24.002463Z

http://clojure.org/reader#The%20Reader--Macro%20characters describese #(...) like so

jaen 2015-12-27T12:36:42.002465Z

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

jaen 2015-12-27T12:36:50.002466Z

which would be consistent with what you're seeing.

2015-12-27T12:40:08.002467Z

i see. thank you @jaen

2015-12-27T12:40:51.002468Z

Is membership in this channel mandatory?

jaen 2015-12-27T12:41:48.002469Z

nah

jaen 2015-12-27T12:42:41.002470Z

Huh, or is it

jaen 2015-12-27T12:42:54.002471Z

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