A BitClock CLI frontend and backend written in Clojure.
Download .jar files from https://github.com/lucidmachine/bitclock-clj and move them to your install directory.
Download executable binaries from https://github.com/lucidmachine/bitclock-clj and move them to a binary directory.
> java -jar $INSTALL_DIR/bitclock-clj-0.1.0-standalone.jar
> $INSTALL_DIR/bitclock-clj
In order to build an executable .jar file issue the uberjar command to the build tool, Leiningen.
> lein uberjar
In order to compile the program to a binary you will need to install GraalVM and its native-image component. Then issue the native command to Leiningen.
> lein native