|
|
|
|
|
by xxmarkuski
644 days ago
|
|
Clojure is great. Brining together Lisp with the Java ecosystem makeand its concurrency model makes it great for building backend system, while still enabling quick changes.
One thing that I found noteworthy is that Clujure did not pickup some innovations happening at Java since like version 8, such as Invoke Dynamic in the JVM or streams. |
|
The functional interface coercion is implemented with invokedynamic.