DEPRECATED in favour of lein-cl2c
A watcher/compiler for Clojure/Chlorine
You can build chloric with:
lein uberjar
or download the latest standalone jar file.
java -jar chloric-{VERSION}-standalone.jar -r 2000 some-dirs-or-files
...or you may prefer drip
to java
command.
A watcher will start and check for changes every 2 seconds.
A bash script named chloric
should be even more convenient:
#!/bin/sh
drip -jar {PATH_TO}/chloric-{VERSION}-standalone.jar "$@"
Copyright © 2012 Hoang Minh Thang
Distributed under the Eclipse Public License, the same as Clojure.