read


read
or learn more

Polyglots All

Aug 7, 2009

We are polyglots all.

A Bunch of Languages

Dec 1, 2008

I’ve been looking at different programming languages over the years and have built a collection of useful (relatively) links pertaining to some interesting languages. In some cases, the links below will not be the optimal choice, comments regarding such would be much appreciated. In many cases I chose JVM implementations because there was a time […]

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