Skip to content

A calculator desktop application for OS X written with Clojure and JavaFX.

License

Notifications You must be signed in to change notification settings

torkus/clojure-javafx

 
 

Repository files navigation

Desktop Application

A calculator desktop application for OS X written with Clojure and JavaFX.

Quick Usage

You need Leiningen.

$ git clone https://github.com/andrenventer/clojure-javafx
$ cd clojure-javafx
$ lein run

calculator

Build JAR

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

Build for Mac

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

Credits

http://eddmann.com/posts/infix-calculator-in-clojure/

License

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

A calculator desktop application for OS X written with Clojure and JavaFX.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 88.3%
  • CSS 10.1%
  • Shell 1.6%