This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-17
Channels
- # ai (1)
- # announcements (1)
- # aws (38)
- # babashka (25)
- # beginners (84)
- # biff (11)
- # calva (58)
- # clerk (14)
- # clj-kondo (14)
- # cljdoc (9)
- # cljs-dev (2)
- # clojars (2)
- # clojure (93)
- # clojure-czech (2)
- # clojure-dev (13)
- # clojure-europe (19)
- # clojure-nl (1)
- # clojure-spec (13)
- # clojure-uk (2)
- # clojurescript (6)
- # conjure (1)
- # core-async (9)
- # cursive (12)
- # data-science (7)
- # datahike (47)
- # datalevin (10)
- # datalog (3)
- # datomic (35)
- # emacs (3)
- # events (4)
- # fulcro (49)
- # gratitude (7)
- # humbleui (1)
- # hyperfiddle (42)
- # jobs-discuss (19)
- # kaocha (5)
- # lsp (20)
- # malli (3)
- # meander (2)
- # membrane (2)
- # off-topic (22)
- # pathom (2)
- # polylith (14)
- # practicalli (1)
- # rdf (3)
- # reitit (2)
- # shadow-cljs (11)
- # squint (3)
- # tools-deps (32)
- # vim (9)
- # xtdb (16)
Pls upvote for visiblity and better process spawning: https://ask.clojure.org/index.php/12942/feedback-on-the-new-clojure-java-process-namespace
You don’t need to lobby for votes, we’ll get these fixed, some are already out there with patches
Unimportant question, but: why doesn't data_readers.clj(c) have the .edn
extension? It's not evaluated. Was data_readers.clj
included before or after reader conditionals and was this the reason for the .clj
extension?
edn didn't exist
if we made it today, it would be edn
maybe the other weirdness is that it has vars and those don't have edn rep
oh, sorry I'm just misremembering b/c that's how it exists in memory
it's quite handy that you can use reader conditionals to distinguish between clojure dialects. I don't know how you would do that with just .edn
so maybe it was a happy sequence of design decisions. Else maybe we would get data_reader.cljs.edn
or so
many years on, I have lots of design feedback for the creators of data_readers :)
@alexmiller I'm curious if there's an ETA on Alpha 4? (I'm moving some stuff around on our Jira board at work and have ticket for testing against Alpha 3 which was "In Progress" but I'm wondering whether to backlog it or keep it on the board if Alpha 4 is "near") Thanks!