This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-04
Channels
- # 100-days-of-code (8)
- # announcements (4)
- # beginners (77)
- # boot (11)
- # business (13)
- # cider (69)
- # clara (2)
- # cljdoc (51)
- # clojure (59)
- # clojure-dev (18)
- # clojure-italy (4)
- # clojure-nl (11)
- # clojure-spec (54)
- # clojure-uk (115)
- # clojurescript (33)
- # core-async (4)
- # cursive (95)
- # datomic (27)
- # duct (1)
- # emacs (58)
- # figwheel (22)
- # figwheel-main (63)
- # garden (1)
- # graphql (10)
- # hyperfiddle (1)
- # leiningen (1)
- # luminus (6)
- # off-topic (12)
- # planck (7)
- # portkey (1)
- # quil (3)
- # re-frame (3)
- # reagent (5)
- # ring-swagger (3)
- # shadow-cljs (34)
- # slack-help (19)
- # spacemacs (57)
- # testing (2)
- # timbre (2)
- # tools-deps (42)
- # yada (6)
Similarly I have https://github.com/vemv/with in the oven, it has two advantages:
- decomplected from cond
, I'm not interested in a turbocharged cond
- accepts arbitrary symbols/keywords instead of whitelisting a few acceptable forms (namely let
, when
, when-let
)
I want to make a breaking API change before a release/announcement but if the idea excites you, hit me up ๐
ooh interesting
New episode of Apropos starting soon, get your Clojure news, REPL demos and live chat https://www.youtube.com/watch?v=knX0QMnfwqE
I don't know if this is the correct channel, but I'm writing a plug-in for Atom to connect with SocketREPL (Clojure and ClojureScript). I just documented my experience in working with ClojureScript for plug-ins here: https://mauricio.szabo.link/blog/2018/10/02/atom-packages-with-clojurescript-upgraded/ ๐