Skip to content

Instantly share code, notes, and snippets.

@capitancook
Created December 30, 2014 09:27
Show Gist options
  • Save capitancook/ce4d4c4ba0bbd2449cd1 to your computer and use it in GitHub Desktop.
Save capitancook/ce4d4c4ba0bbd2449cd1 to your computer and use it in GitHub Desktop.
project.clj used in this post
(defproject clj-fl-example "0.1.0"
:description "Human Resources Management System Use cases for the Frame Language library in CLojure.
Note that the project contains the dependencies necessary to be used with LightTable too"
:dependencies [[org.clojure/clojure "1.6.0"]
[clj-time "0.6.0"]
[clj-fl "0.1.0-prealfa10"]
[lein-light-nrepl "0.0.18"]
[adamclements/vijual "0.3.0-SNAPSHOT"]]
:repl-options {:nrepl-middleware [lighttable.nrepl.handler/lighttable-ops]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment