A calculator desktop application for OS X written with Clojure and JavaFX.
You need Leiningen.
$ git clone https://github.com/andrenventer/clojure-javafx
$ cd clojure-javafx
$ lein run
You need Leiningen
lein uberjar
And the built artifact is available at:
./target/app-0.2.0-SNAPSHOT-standalone.jar
and executable as:
java -jar ./target/app-0.2.0-SNAPSHOT-standalone.jar
You need Leiningen Ant.
./build.sh
And the built artifact is available in ./dist/Calculator.app
App Bundler used to be available from: https://java.net/projects/appbundler/downloads
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.