This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-07
Channels
- # admin-announcements (69)
- # alda (8)
- # beginners (6)
- # boot (182)
- # cider (10)
- # cljs-dev (24)
- # cljsrn (17)
- # clojars (70)
- # clojure (142)
- # clojure-brasil (5)
- # clojure-czech (1)
- # clojure-poland (4)
- # clojure-russia (96)
- # clojurescript (115)
- # community-development (37)
- # component (6)
- # cursive (11)
- # datomic (32)
- # events (4)
- # funcool (6)
- # hoplon (17)
- # ldnclj (10)
- # lein-figwheel (24)
- # mount (12)
- # om (141)
- # onyx (7)
- # parinfer (48)
- # re-frame (24)
- # reagent (31)
Just added the castra-notify-chat to the hoplon/demos project.
Hey, @micha is there an index somewhere I can index to reference this? (tease)
@laforge49: nice! just noticed https://github.com/hoplon/demos/blob/5607ac69693a4dbfe2ad7b79214033d3a872bd1a/castra-notify-chat/src/clj/castra_notify_chat/user_api.clj#L22
could also be (when-first [f group] ...)
the first/let thing is common enough theres when-first
for it
hm, i just thought of it - when-nth
😄
oh yeah, i do that one a lot
maybe more than when-first
when-let is in clj