All right! I finally got around to releasing this code to the public. I won’t say much now (since I’m tired) but I will say
Continue readingCategory: Research
A simple(r) approach for class-based OOP in JavaScript.
Like others before me, I found JavaScript’s prototype-based OOP support – while very powerful – quite cumbersome in some situations where I needed a certain
Continue readingCase study: fixed number of iterations with LPeg
Words seem to fail to describe just how awesome LPeg is. Designed as a Lua implementation of the PEG concept, it is a true programming
Continue reading