This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-03-30
Channels
- # announcements (1)
- # beginners (113)
- # cljs-dev (5)
- # cljsrn (20)
- # clojure (16)
- # clojure-losangeles (1)
- # clojure-nl (1)
- # clojure-spec (17)
- # clojure-uk (5)
- # clojurescript (125)
- # core-async (4)
- # cursive (4)
- # datomic (66)
- # defnpodcast (1)
- # fulcro (25)
- # kaocha (2)
- # klipse (1)
- # nrepl (19)
- # re-frame (5)
- # reagent (3)
- # reitit (6)
- # ring-swagger (16)
- # shadow-cljs (16)
- # sql (6)
- # test-check (1)
- # tools-deps (1)
- # vim (7)
I think I remember seeing that someone put together a searchable list of companies using Clojure. Is that still live?
I did find that. But I thought there was a seperate site. I think it was just the google sheets that the community created to collect more
@grounded_sage https://clojureverse.org/t/crowdsourcing-list-of-clojure-companies/2825
how do I consume a channel? should i just go-loop over it or is there a more idiomatic pattern?
@veix.q5 go-loop is good, you will just need a mechanism to stop the loop by having another channel to signal stop or a special value posted on the same channel.
I wrote a post about question mark suffixes, not sure it's worth #announcements , so I'll post it here: https://vlaaad.github.io/2019-03-30/question-marks-in-clojure