This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-29
Channels
- # aleph (3)
- # announcements (16)
- # beginners (85)
- # calva (2)
- # cider (13)
- # clj-kondo (84)
- # cljdoc (3)
- # clojure (109)
- # clojure-belgium (1)
- # clojure-china (39)
- # clojure-europe (4)
- # clojure-france (1)
- # clojure-italy (70)
- # clojure-nl (8)
- # clojure-spec (8)
- # clojure-uk (53)
- # clojuredesign-podcast (14)
- # clojurescript (43)
- # cursive (25)
- # data-science (1)
- # datomic (4)
- # emacs (10)
- # figwheel (4)
- # garden (4)
- # graphql (5)
- # jackdaw (10)
- # jobs (5)
- # jobs-discuss (5)
- # lambdaisland (2)
- # leiningen (3)
- # luminus (7)
- # off-topic (32)
- # pathom (11)
- # pedestal (2)
- # planck (15)
- # re-frame (12)
- # reagent (4)
- # remote-jobs (2)
- # shadow-cljs (51)
- # sql (29)
- # tools-deps (47)
is there a clojure jobs channel on clojurians?
Hey, I’m updating ripgrep to include EDN in the list of types. Do people want to have .edn grouped with the existing Clojure suffixes (.clj, .cljc, .cljs, etc), or would people prefer to search EDN with a separate type (e.g., rg -t edn ...
vs rg -t clojure ...
)?
@kingmob I often want to search in only clojure or clojurescript, so I've made a small script for myself. In the case of Clojure, it searches in .clj and .cljc files, in the case of ClojureScript it searches in .cljs and .cljc
FWIW, rg also supports specifying extensions directly, these are for making shorthand lists, if that makes a difference?
@kingmob are js and json separate?
@markmarkmark yes, but JSON is much more widely used outside Js contexts than EDN is with Clojure, AFAIK
there are many impls of edn outside Clojure https://github.com/edn-format/edn/wiki/Implementations
and it was intended to be portable to many languages and independent of Clojure
Alex, I know that was the goal, but I’ve never personally encountered EDN in the wild before outside a clj project
I'm not trying to pick a result, just providing info
Right now, in extremely unscientific polling across Slack, separate is preferred over grouped by 3:1
I presume people didn't write impls in 20 languages just for fun, surely some of those must be getting used
(not that I've encountered it either)
Hehe. Well, I’ll give it to the end of the day, but it looks like it’ll be separate over grouped
@ghadi at the jvm summit "Clojure Futures" https://www.youtube.com/watch?v=UbqNrZMbxBg

Ah, I knew he was "in town" to give a talk since he'd asked me about stuff to do in SF but I didn't know that it was the JVM Summit. They got that up on YouTube quickly!