read


read
or learn more

On Lisp -> Clojure (Chapter 3)

Sep 30, 2008 one comment

; As always, I will post when the code is “complete”, but my progress can be followed on Github. Posts in this series: ch. 2, ch. 2 redux, ch. 3, ch. 4, ch. 5 ; Chapter 3 was a relatively short chapter (code-wise). It dealt mostly with side-effects and the virtues of a more functional […]

Moleskine Notes for Sept. 2008

Sep 30, 2008

DSL Language describing a scanner Language to create Word of Dog parser Goals for 2009 Emacs proficiency Read at least one Jane Austen novel Polyglot projects? 1802 emulator Maze generator WFE Elite Trader dnd Testing Haikeeba 3 import fogus.haikeeba.core._ val mv = Move.construct().from('d',2).to('d',4).build() mv.getFrom() == 51 mv.getTo() == 35 Ix Features? Traits (because sometimes inheritence […]

Continue