Because Clojure is built on top of the JVM, I would guess I could use GCJ to compile it directly to machine code, but I can't find any information about it.
When it's possible, how could I then "strip" it to it's bare essentials, so the startup time and memory footprint is as small as possible.
I'd really like to write small terminal programs following the UNIX principles with Clojure