disclojure
  • home
  • latest
  • archive
  • follow
  • subscribe

Clojure compiled to Scheme compiled to binary, and calling Clojure from Java — Mar 12

  • 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!

Tweet this post Follow @disclojure

Back to top

Copyright © 2009-2012 Antoni Batchelli