Archive for November 2006

Site update, new wordpress theme

Lists in Mist

The initial version of lists is now in mist. Using the frame work put in place for arrays it quite literally took about 4 hours. Most of that was in non thinking test writing kind of stuff. The sort of code you want to be writing late at night when the brain power is ebbing.
Continue reading ‘Lists in Mist’ »

A poor mans attempt at garbage collection

One idea in programming, particularly in exploratory (prototype) or when time is limited is to do the minimal amount of coding to get the job done. This has been enshrined into the extreme programming religion and made popular once again. Mist does not have any tight deadlines and isn’t really in the realms of prototyping even if some of the algorithms, like garbage collection, are new to me.
Continue reading ‘A poor mans attempt at garbage collection’ »