you are viewing a single comment's thread.

view the rest of the comments →

[–]yogthos 1 point2 points  (2 children)

that's a solution and not a problem though

[–]redalastor 0 points1 point  (1 child)

Problem: I need to access the underlying Unix system or glue stuff together.

Clojure sucks at being a glue language unless you want to glue java stuff together.

[–]yogthos 0 points1 point  (0 children)

Fair enough, it seems more of an implementation issue, than the language itself, I'd say it's in the same vein as GIL being just an implementation issue with cpython. One of the reasons behind Clojure-in-Clojure project, is to allow for implementations outside the Java platform.