Aaron Feng on 6 Feb 2010 15:19:50 -0800


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Game of life


> If you have a clojure repl, you can run it with (load "life.clj") correct?

You can run the code by doing (load-file "life.clj")

Aaron