clojure-dev

cfleming 2023-11-04T22:40:25.112979Z

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) 2023-11-05T03:04:21.118139Z

I would wait till there is an alpha

Alex Miller (Clojure team) 2023-11-05T03:08:10.724379Z

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) 2023-11-05T03:08:55.989189Z

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

cfleming 2023-11-05T04:17:24.636299Z

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