Skip to content

Instantly share code, notes, and snippets.

@frenchy64
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frenchy64/0b389202c7dc3778bd52 to your computer and use it in GitHub Desktop.
Save frenchy64/0b389202c7dc3778bd52 to your computer and use it in GitHub Desktop.
(defproject fire.simulate "0.1.0-SNAPSHOT"
...
:profiles {:dev {:dependencies [[org.clojure/core.typed "0.2.72"]]}}
:dependencies [[org.clojure/core.typed.rt "0.2.72"]
...]
:plugins [[lein-typed "0.3.5"]]
:core.typed {:check [fire.simulate
fire.main
fire.gnuplot
fire.simulate.percolation
fire.simulate-test]}n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment