This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-18
Channels
- # announcements (17)
- # babashka (109)
- # beginners (212)
- # calva (1)
- # chlorine-clover (7)
- # cider (8)
- # clj-kondo (31)
- # cljsrn (2)
- # clojure (33)
- # clojure-dusseldorf (1)
- # clojure-finland (2)
- # clojure-france (22)
- # clojure-germany (1)
- # clojure-losangeles (1)
- # clojure-spec (6)
- # clojure-uk (19)
- # clojurescript (31)
- # conjure (41)
- # cryogen (1)
- # data-science (11)
- # datomic (6)
- # emacs (5)
- # exercism (8)
- # figwheel-main (2)
- # fulcro (57)
- # graalvm (15)
- # hoplon (15)
- # jobs-discuss (32)
- # kaocha (7)
- # off-topic (14)
- # pathom (2)
- # planck (9)
- # quil (1)
- # rum (5)
- # shadow-cljs (34)
- # spacemacs (33)
- # tools-deps (1)
- # xtdb (9)
The latest release of HoneyEQL supports filtering https://github.com/graphqlize/honeyeql
I dont know how I missed that... PR merged, thank you!
"Void" release 1.0.0, a small library exclusively centered on nil : https://github.com/dvlopt/void

If you haven't read, I can recommend: https://www.amazon.com/Book-Nothing-Vacuums-Origins-Universe/dp/0375726098
That no-op function had me chuckle: This function does absolutely nothing, but at least its efficient about it.
No, it simply does not assoc it.
For what you want there is assoc-strict
which does exactly that.
That kind of fns are often needed I find, at least to write less defensive code, that is why they are gathered in this small lib. Plus, fns such as dissoc-in
which recursively dissoc empty maps in the path would be tiring to rewrite everytime.
is the large amount of whitespace in the source some sort of joke about emptyness aka nothing? 😆
Yeah, the whitespace is a style I've never seen before. Any particular reasons?
Oh, a peculiarity of mine I am afraid 😄 I assume people bothered by that will use cljfmt if needed 😉