Fork me on GitHub
#interop
<
2022-12-20
>
dharrigan22:12:04

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

Alex Miller (Clojure team)23:12:46

Yes although the # there is vestigial

Alex Miller (Clojure team)23:12:22

(The #^ form is old but still works)

dharrigan06:12:13

thank you 🙂

dharrigan09:12:33

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.

dharrigan09:12:49

Do let me know if it can be improved 🙂