Month: July 2010

Getting started options for Clojure

When I first installed Clojure, I had a working java environment on OS X, so all I had to do was download the clojure jars.  Then I ran the REPL with java -cp clojure.jar clojure.main That got packaged into a shell script, clj, which was added to my path and chmod +x so that I Read More

Clojure

So many things, mostly work, have been keeping me busy that I have not had time to do any game programming for the past year.  I have not given up, though.  My current interest is HTML5/Javascript game programming, sparked mainly by the Google Pacman logo.  I found a great canvas intro tutorial that is very Read More