Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Recently learned of Clojure 1.11 passing in single map args to keyword functions and looking forward to leveraging it in cljs.

Out of curiosity, does anyone know the process for how newer Clojure features make their way into cljs? Is it up to the community to port the code and cut a release? Is it up to maintainers of projects like shadow-cljs to update their deps?

1 Answer

0 votes
by
selected by
 
Best answer

David Nolen is the ClojureScript maintainer and he pulls features into cljs as we near release. I believe the feature you mention has already been integrated to the latest cljs. I'm not sure how this affects shadow-cljs.

...