interop

dharrigan 2022-12-20T22:41:04.458079Z

I was wondering, with interop, is this: #^objects foo still a thing, i.e., mark foo as something that is of Object[] foo?

dharrigan 2022-12-21T09:54:33.740109Z

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.

dharrigan 2022-12-21T09:54:49.129759Z

Do let me know if it can be improved 🙂

Alex Miller (Clojure team) 2022-12-20T23:00:46.031419Z

Yes although the # there is vestigial

Alex Miller (Clojure team) 2022-12-20T23:01:01.487479Z

Just ^objects

Alex Miller (Clojure team) 2022-12-20T23:01:22.626409Z

(The #^ form is old but still works)

dharrigan 2022-12-21T06:56:13.050679Z

thank you 🙂