clojure-dev

souenzzo 2024-11-07T15:13:26.447939Z

Any chance to relax clojure reader, allowing #_::do-not-exists/foo to be read?

Alex Miller (Clojure team) 2024-11-07T15:21:04.592399Z

We have an ask Clojure for that if you want to vote for it

Alex Miller (Clojure team) 2024-11-07T15:21:53.938969Z

We looked into it a bit, was harder than you might expect iirc

👍 1
souenzzo 2024-11-07T15:25:32.414629Z

No. It's hard to describe. It is more like: "Allow autoresolved namespaced keywords to an alias that do not exists inside a discard reader"

Alex Miller (Clojure team) 2024-11-07T15:45:50.543519Z

They are related problems but we have one specifically for the discard I think

imre 2024-11-07T16:19:22.152829Z

It's unfortunate that #_:: is hard to search for 😛

Alex Miller (Clojure team) 2024-11-07T17:01:23.105639Z

https://clojure.atlassian.net/browse/CLJ-2581 is the jira but I guess there wasn't a related Ask for it

souenzzo 2024-11-07T17:03:01.225809Z

> It's unfortunate that #_:: is hard to search for Actually, It's not something I commit