Earlier quoted context omitted.
Do you mind giving a quick rundown of how you set up your environment, or at least a point in the right direction?
The most barebones version is very simple: lein has a plugin called lein-cljsbuild. In your project.clj there is a way to specify the directories this program needs to watch for file changes. lein cljsbuild has an option "auto" which activates the directory watcher and automatically recompiles the cljs files when one of them changes. This long-running program keeps the same jvm running for all the compiles, and lets…
Re: Building a Lisp to Javascript compiler
#11Thank you, I'll look into it!