Search Results
7/16/2025, 12:54:58 AM
Clojure is for when you are completely sick of the bullshit and just care about the problem domain that your software is targeting.
- functional/immutable defaults for complex data transformation
- trivial calling of Java or Java libs when needed (or when you want to get imperative, typically in some small hot path)
- battle tested to hell JVM
- functional/immutable defaults for complex data transformation
- trivial calling of Java or Java libs when needed (or when you want to get imperative, typically in some small hot path)
- battle tested to hell JVM
Page 1