admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
hans 2015-12-21T09:25:29.002200Z

You cannot recur from within the lazy-seq.

hans 2015-12-21T09:30:19.002201Z

@hmashlah: lazy-seq is a macro that creates a (zero-argument) function itself, which is why you're not getting a message telling you that your recur is not in the tail position, but rather one that tells you that the number of arguments don't match. I'm imagining that if your loop had no arguments, you'd have a great time figuring out what's going wrong and how :simple_smile:

jonpither 2015-12-21T13:55:05.002209Z

Hi, any support for https://github.com/thi-ng/geom? slack etc?