Re: Clojure compiled without Eval

2014-05-05 Thread Gary Trakhman
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

Clojure compiled without Eval

2014-05-05 Thread Andrew Stine
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