Live data from Hacker News

Clojure 1.11 is now available

clojure.org

1–10 of 74 posts

Re: Clojure 1.11 is now available

#2
Glad 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-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

#3
Sweet, 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

#5
post #3

Sweet, 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.

I definitely have random-uuid defined in a half-dozen of my own projects that can go away now.

Re: Clojure 1.11 is now available

#7

Glad 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…

Interesting to see racket and clojure cross pollinating. I wonder what other non mainstream language is part of this game (julia, factor, ..)
Post reply on HN