project.clj @ 5e3e3e14ea5c

Change actions to return maps, and add a perform function.
author Steve Losh <steve@stevelosh.com>
date Fri, 26 Aug 2011 19:11:44 -0400
parents c41de2845803
children 99a4600a4575
(defproject clojurecraft "0.0.1-SNAPSHOT"
  :description "TODO: add summary of your project"
  :dependencies [[clojure "1.2.0"]
                 [clojure-contrib "1.2.0"]]
  :jvm-opts ["-Xmx1g"])