Fork me on GitHub
#clojure-dev
<
2023-11-04
>
cfleming22:11:25

How stable is the new syntax? Should we tool developers start working on those now, or wait until they shake out a bit - the alpha maybe?

Alex Miller (Clojure team)03:11:21

I would wait till there is an alpha

Alex Miller (Clojure team)03:11:10

I think the main syntax things are: • arg-tags metadata (vector) • Expanded member symbol syntax • Methods in value position (static, instance, constructor) • Array class value and type hints • Clojure functions automatically adapted to functional interfaces

Alex Miller (Clojure team)03:11:55

Hoping that all but the last will be in the next alpha

cfleming04:11:24

Ok, I’ll wait for that then - thanks.