Update:I got sbt working by building directly from the master branch from their github repo. The current version is 0.7.5. The tagged 0.9.4 version is actually an older version. Anyway, tried it and kinda loved it. This is just another late night rambling…I was trying to get a proper scala build system setup. I was [...]
All posts for the month March, 2011
Scala Simple Build Tool — Not so simple after all, at least for now…
Posted by Kevin J. Qiu on March 17, 2011
http://reminiscential.wordpress.com/2011/03/17/scala-simple-build-tool-not-so-simple-after-all-at-least-for-now/
Write sudoku solver in Clojure
…yeah, because the world just needs another Sudoku solver. Well, I’m not trying to solve world hunger with it, but just an attempt to practice Clojure, I took (read: stole) Peter Norvig’s sudoku solver algorithm (written in Python) and adapted it into Clojure. I put it up on Github under sudoku-clj. The algorithm itself isn’t [...]
Posted by Kevin J. Qiu on March 2, 2011
http://reminiscential.wordpress.com/2011/03/02/write-sudoku-solver-in-clojure/