Fork me on GitHub
#admin-announcements
<
2015-12-21
>
hans09:12:29

You cannot recur from within the lazy-seq.

hans09:12:19

@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

jonpither13:12:05

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