java

littleli 2022-02-12T17:47:23.644769Z

This is interesting JEP to read: https://bugs.openjdk.java.net/browse/JDK-8280836 and I wonder what could be the consequences to Clojure?

Alex Miller (Clojure team) 2022-02-12T18:22:58.074259Z

probably not a lot in the short term

Alex Miller (Clojure team) 2022-02-12T18:23:40.055819Z

in some long future, maybe we'd implement these interfaces in the persistent colls where they make sense

souenzzo 2022-02-17T12:59:07.360749Z

java immutable records, java function interface, now java abstract sequences... waiting for the day that java will adopt lisp syntax too