There's a GSOC project to this effect:
http://dev.clojure.org/display/community/Project+Ideas#ProjectIdeas-LeanJVMRuntime
Reid McKenzie's going to be working on it.
On Mon, May 5, 2014 at 1:06 PM, Andrew Stine wrote:
> I'm wondering if there is a way to generate Clojure executables/jars
> with
I'm wondering if there is a way to generate Clojure executables/jars
without the embedded Clojure compiler/interpreter. In older lisps there is
usually the option to generate an executable with unused bits of the
language expunged for performance reasons. Clojurescript already sort of
works thi