How do I run a leiningen generated class using nailgun?

68 Views Asked by At

I've written a program in Clojure and used leiningen to compile it into something.jar, something-standalone.jar and a folder containing all the classes, such as core.class, core$_main.class and all the other good stuff.

The .jar files run fine but I need to cut the jvm startup overhead.

How do I run it with nailgun?

0

There are 0 best solutions below