Skip to content

Tag Archives: Programming

Polywiki: A Key-Value Based Wiki

26-Dec-08

Polywiki is wiki system which holds content in key-value pairs rather than in one large chunk. It then manages each revision as a collection of these pairs. By managing the key-value pairs of an entry individually subsequent commits store only the changed values thus eliminating data duplication. If you’re just looking for the source code, [...]

My New Programming Language

29-Oct-08

There’s a lot to take into consideration when a new programming language is being invented. Is there a demand for a new language, is there a specific niche that it will fill, etc. Out of curiosity in combining two things which I have a relatively natural talent for, programming and drumming, I am inventing a [...]