I was wondering, with interop, is this: #^objects foo still a thing, i.e., mark foo as something that is of Object[] foo?
I've created a PR to add in the missing reference to objects type alias (https://github.com/clojure/clojure-site/pull/624) (which I originally came across via this posting on clojure-dev (from 2017!): https://groups.google.com/g/clojure-dev/c/-rcdtIlhilI.
Do let me know if it can be improved 🙂
Yes although the # there is vestigial
Just ^objects
(The #^ form is old but still works)
thank you 🙂