This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-13
Channels
- # announcements (1)
- # babashka (21)
- # beginners (39)
- # calva (10)
- # cljsrn (4)
- # clojure (133)
- # clojure-europe (27)
- # clojure-nl (2)
- # clojure-uk (1)
- # clojurescript (10)
- # code-reviews (19)
- # cursive (1)
- # data-science (1)
- # deps-new (2)
- # emacs (8)
- # events (4)
- # exercism (3)
- # fulcro (14)
- # introduce-yourself (2)
- # lsp (7)
- # malli (2)
- # meander (2)
- # missionary (6)
- # pathom (6)
- # pedestal (1)
- # releases (1)
- # remote-jobs (1)
- # sci (18)
- # tools-build (2)
lots of workshops on today: https://clojurians.slack.com/archives/C03RZRRMP/p1636796367056000
good morning (and good news: RN Jesus is real)
embarrassing code FU of the morning ...
(->> [:a :b]
(doall (map prn)))
oops ... found out that way down stream it should of course have been
(->> (doall (map prn [:a :b])))
Doh! All
that was not the exact code but you get the idea and it was face palms all the way down
Why not (->> [:a :b] (map prn) doall)
, since you’re threading.
But I guess you feel dirty either way, using map
to execute sideeffecting fns.
(run! prn [:a :b])
that's also a valid way ... I was less admitting to feeling dirty, I'm used to that, more just that I messed up
it's not Sunday but still a confession always lifts the soul ... I gave myself three Our Richies and two Hail Lambdas as penance


You might want to consider swapping Lambdas for Quolls, as she recently tweeted on this very subject. https://twitter.com/quoll/status/1455965593883103240?s=20
it's a fair cop but re-frame made me do it
That's clearly mistaken, you should switch to #fulcro (to make it clear : I am just trolling, not 🔥 ⚔️)
I came to re-frame for the events and stayed for the components: re-com is 👑
helix is for the pros
I'm a UI dilettante
Looking for a Firefox plug-in to apply self-made styles to specific pages. I know that there's user-defined styles, but I think my girlfriend would prefer a plug-in. Any you like?
I use Stylus https://add0n.com/stylus.html
I tried exactly this, but it’s oddly flaky. It worked briefly.
That's clearly mistaken, you should switch to #fulcro (to make it clear : I am just trolling, not 🔥 ⚔️)