Clojure Deref (June 23, 2023) (opens in new tab)
Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem. ( From the core This week, I continued to make steady progress on integration support for Java functional interfaces. The gist of this is when you call a Java method that takes a functional interface, you should be able to pass a Clojure IFn without making an explicit adapter from IFn to the target interface. So calling (.filter stream even?) should "just work", without needing to reify a java.util.fun...
Read the original article