You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's ok to note things that are more about Clojure's interop with Java than anything clobar itself is doing.
[ ] Get the full runtime context
[ ] List.of(...)unmodifiable lists from Java 17 are wonky since they have no constructor and Clojure wants one
[ ] Anything that can end up at "print-dup is not defined" errors, which appears to be very much
The text was updated successfully, but these errors were encountered:
Things that are not great.
It's ok to note things that are more about Clojure's interop with Java than anything
clobar
itself is doing.[ ] Get the full runtime context
[ ]
List.of(...)
unmodifiable lists from Java 17 are wonky since they have no constructor and Clojure wants one[ ] Anything that can end up at "print-dup is not defined" errors, which appears to be very much
The text was updated successfully, but these errors were encountered: