10 ms·
Tour of our 250k line Clojure codebase
- acheron 5y agoCool stuff but this is a dupe from the other day: https://news.ycombinator.com/item?id=27385208 https://news.ycombinator.com/item?id=27385208
- dang 3y agoComments moved thither. Thanks!
- ithrow 5y agoWhy hasn't Clojure provide any java.util.function interfaces integration? for language a that's suppose to "embrace the host" to have "ergonomic" access to the host libs because it itself lacks an ecosystem this seems weird.
- AlexCoventry 5y agoClojure precedes Java 8.
- Scarbutt 5y agoGP means why it hasn't kept up with fundamentals of the host language, Java 8 was released in 2014.
- jwhitlark 5y agoThis is actually one of my rare criticisms of Clojure. There's a patch, but there was apparently concern about perf. Personally, if I had to do a lot of interop like this, I'd pull it into a custom build, as it wasn't large. I've not kept up with it lately, though, as I haven't needed to do a lot with Kafka recently.