This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-04
Channels
- # announcements (5)
- # beginners (124)
- # boot (43)
- # braveandtrue (8)
- # calva (1)
- # cider (44)
- # cljs-dev (1)
- # clojure (188)
- # clojure-canada (3)
- # clojure-germany (1)
- # clojure-italy (5)
- # clojure-nl (13)
- # clojure-russia (1)
- # clojure-spec (14)
- # clojure-uk (42)
- # clojurescript (94)
- # core-async (5)
- # cursive (5)
- # datomic (45)
- # duct (3)
- # emacs (6)
- # figwheel-main (93)
- # fulcro (22)
- # graphql (3)
- # hyperfiddle (1)
- # leiningen (3)
- # off-topic (1)
- # pedestal (1)
- # play-clj (1)
- # portkey (1)
- # re-frame (17)
- # reagent (71)
- # remote-jobs (2)
- # rum (3)
- # shadow-cljs (45)
- # spacemacs (17)
- # specter (18)
- # tools-deps (27)
- # unrepl (1)
- # vim (3)
that is very fancy @yogidevbear
I can't claim anything here... I believe it was an effort by either @peterwestmacott or @bronsa
I was just dying to use it this morning... Sometimes it's the small things in life that bring a little extra joy to one's day
morning!
morning!
https://media0.giphy.com/media/cszUrZAPfUTMQ/giphy.gif @thomas You're a funny guy! 🙂
Not Random Core Function of the Day:
-------------------------
clojure.core/ancestors
([tag] [h tag])
Returns the immediate and indirect parents of tag, either via a Java type
inheritance relationship or a relationship established via derive. h
must be a hierarchy obtained from make-hierarchy, if not supplied
defaults to the global hierarchy
TIL functions defined in Clojure implement ‘java.util.Comparator’.
(even if they do not have two arguments)
yeah, the comparator thing is really useful @peterwestmacott
yes, as I discovered
I went to sort using a custom function and I looked at the method signature and thought - “oh I need a Java comparator :-(” - but it turned out I already had one
@lady3janepl consider yourself special... the only other icons I am aware are and , so you are in good company 😉