- thanks to @takeoutweight's minor mods of the ClojureScript compiler we can now compile Clojure to Scheme and then to C.
(via @swannodette) —
This is a fork of the ClojureScript compiler that generates Scheme that can later be compiled to binary. In the supplied example, fibonacci, this binary is already faster than clojure, and that’s not even counting the clojure startup time!
- Clojure’s Java interop in Java
(via @yueliufeeds) —
It is sometimes hard to find examples for calling Clojure code from Java, so thanks!