Fork me on GitHub
#hoplon
<
2016-01-07
>
laforge4902:01:16

Just added the castra-notify-chat to the hoplon/demos project. simple_smile Hey, @micha is there an index somewhere I can index to reference this? (tease)

alandipert02:01:07

could also be (when-first [f group] ...)

alandipert02:01:03

the first/let thing is common enough theres when-first for it

laforge4902:01:16

when-first --what will they think of next!

alandipert02:01:46

hm, i just thought of it - when-nth 😄

micha03:01:49

(when-let [f (first group)] ...) is another option simple_smile

alandipert03:01:47

oh yeah, i do that one a lot

alandipert03:01:50

maybe more than when-first

micha03:01:00

i've never seen when-first before

micha03:01:10

they have that but not when-let

alandipert03:01:56

when-let is in clj

micha03:01:45

is it really?

micha03:01:23

sorry i meant with-let