This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-10-30
Channels
- # aleph (4)
- # announcements (5)
- # architecture (1)
- # aws (5)
- # babashka (12)
- # beginners (143)
- # chlorine-clover (4)
- # cider (16)
- # clj-kondo (44)
- # cljfx (26)
- # cljsrn (2)
- # clojure (34)
- # clojure-europe (28)
- # clojure-gamedev (1)
- # clojure-nl (3)
- # clojure-provo (2)
- # clojure-spec (6)
- # clojure-uk (17)
- # clojurescript (99)
- # code-reviews (6)
- # core-async (15)
- # cryogen (9)
- # cursive (14)
- # data-science (1)
- # datomic (16)
- # duct (1)
- # events (4)
- # exercism (1)
- # figwheel-main (3)
- # fulcro (3)
- # hugsql (7)
- # leiningen (4)
- # malli (15)
- # off-topic (13)
- # pathom (8)
- # re-frame (7)
- # reitit (35)
- # remote-jobs (1)
- # sci (10)
- # shadow-cljs (32)
- # sql (5)
- # tools-deps (102)
- # tree-sitter (3)
- # uncomplicate (7)
- # vim (40)
- # xtdb (8)
måning
Bore da
I just posted a link to get 20% off the tickets for Build IT Right conference on 12th November but as I know most of the ppl who hang out in this channel personally if you want to attend and you DM me I can give you a link for 50% off.
morning
Bore da!
Java/Kotlin map
function seems on ONLY operate on a single collection's values
is there an variant that makes it behave more like Clojure's map
?
do I really have to use https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/zip.html as a seperate step?
Yes. Or at least, I have never seen a general purpose "map n sequences and join them together" function. I personally don't mind it, as the intent is clearer to me that way.
ah well. having to rewire thought processes is taking a while...
I mean, feel free to write one, but you will probably be surprising anyone who reads your code
(sorry for lowering the tone)