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, 2021 at 1:57:19 AM UTC-5 Alex Corcoles wrote:
> On Tuesday, June 22, 2021 at 7:28:09 AM UTC+2 metas...@gmail.com wrote: > >> If you want quick-running (sans JVM/Clojure startup time) and would >> rather stick with the JVM Clojure paradigm over Cljs, I'd highly recommend >> looking at babashka: >> >> https://github.com/babashka/babashka >> > > Thanks! > > In the end, I decided to try the GraalVM route and got something working: > > https://github.com/alexpdp7/instaparse-cli/ > > I can build binaries for Windows/macOS/Linux using GitHub Actions. The > GraalVM compilation process is very resource-intensive, but the resulting > binary (while huge ~40mb), seems very very fast. > > Cheers, > > Álex > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/eb6ab477-f811-439b-83f6-884ae7e6ba88n%40googlegroups.com.