Re: Recommended way to develop a command-line app in Clojure

2021-06-23 Thread matthew...@gmail.com
It's also probably worth testing out writing something in "normal" Clojure and compiling it to an uberjar instead of running it via lein / clj, because depending on what "fast" means to you, a normal jar will often fit the bill, since the JVM itself starts in ~100ms. On Wednesday, June 23, 20

Re: Recommended way to develop a command-line app in Clojure

2021-06-23 Thread Alex Corcoles
Hi, On Wednesday, June 23, 2021 at 4:53:04 PM UTC+2 matthew...@gmail.com wrote: > It's also probably worth testing out writing something in "normal" Clojure > and compiling it to an uberjar instead of running it via lein / clj, > because depending on what "fast" means to you, a normal jar will