clojure-dev

vemv 2024-04-29T11:58:04.336809Z

It seems like https://clojure.org/reference/datafy could have a https://blog.fogus.me/2012/08/23/minimum-viable-snippet/ with fairly little effort? Even something like

[^{'clojure.core.protocols/datafy (fn [x]
                                    2)}
 {1 1}]
would get people on a good track rather than chasing the provided links

Alex Miller (Clojure team) 2024-04-29T12:10:00.035749Z

Wow, that was a work in progress page that must have gotten committed by accident long ago

Alex Miller (Clojure team) 2024-04-29T12:10:19.155329Z

Feel free to add any feedback to https://github.com/clojure/clojure-site/issues/553

✅ 1