A calculator desktop application for OS X written with Clojure and JavaFX.
You need Leiningen, Maven and Ant
Download and install "jfxrt.jar" into your local Maven repository.
Download the App Builder from https://java.net/projects/appbundler/downloads
build.sh
mvn install:install-file \
-Dfile=$JFXRTPATH/jfxrt.jar \
-DgroupId=com.oracle \
-DartifactId=javafx-runtime \
-Dpackaging=jar \
-Dversion=2.2.3
http://eddmann.com/posts/infix-calculator-in-clojure/
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.