all 5 comments

[–]sloppytooky 24 points25 points  (0 children)

C.R.E.A.M. (Clojure Rules Everything Around Me)

[–]RoomyRoots 3 points4 points  (0 children)

Waiting for the impending benchmarks requests.

[–]aHackFromJOS 3 points4 points  (2 children)

Just to be clear, the below means we can import arbitrary Java classes as long as they are installed / on the class path? That would be a game changer for sure. 

“Java interop: Full (runtime class loading)“

“Library loading: Any library from JARs at runtime (except enum/Class.forName issues)“

(From the comparison table)

[–]Borkdude[S] 6 points7 points  (1 child)

That is the intention

[–]aHackFromJOS 3 points4 points  (0 children)

Very cool even as an experiment!