Clojure 1.11 is now available
clojure.org
Clojure 1.11 is now available
1–10 of 74 posts
Re: Clojure 1.11 is now available
#21. https://docs.racket-lang.org/collections/index.html 2. https://docs.racket-lang.org/seq/index.html 3. https://docs.racket-lang.org/threading/index.html
Re: Clojure 1.11 is now available
#3Re: Clojure 1.11 is now available
#4I'm particularly happy with the new keyword args semantics, which solves a long standing pain point.
Re: Clojure 1.11 is now available
#5Sweet, variadic maps sound really useful, I am always having to take a moment when mixing functions that take keyword arguments vs. option maps. Also, some of those functions added to core show up in my code as convenience functions - Glad I can now just make use of core.
Re: Clojure 1.11 is now available
#6Re: Clojure 1.11 is now available
#7Glad to see Clojure continuing to improve. Racket borrows a lot from Clojure^1,2,3 so its success fuels ours as well. With the other post on here about Java 18 including Pattern Matching, I'm glad that good ideas continue to cross pollinate between different languages. Programming is still a young field compared to other professions, and there is still a lot of good things left to discover! 1. https://docs.racket-lan…
Re: Clojure 1.11 is now available
#8Re: Clojure 1.11 is now available
#9I do wonder what has to happen for greater adoption of Clojure.
Re: Clojure 1.11 is now available
#10I do wonder what has to happen for greater adoption of Clojure.