Tag Archives: JSON

My Programming Language Wish-List

I write custom software for a living. It’s usually fun, sometimes challenging, often tedious, but overall gratifying in a number of ways. One of these ways is that I get to be creative and build my own tools that help me write better software that is quicker to write, easier to support, and is more [...]

Node.js and JSON Template : A delicious pairing

I recently blogged about the virtues of Node.js and my personal desire to use JavaScript on the server. Well, I decided to start putting the pieces together. First of all, every good web framework needs a template system. I found JSON Template, a simple enough template system written in JavaScript and intended for client-side HTML [...]

New Project: Roguelike in Python

Something I have been mulling over in my head for awhile is the idea of writing my very own roguelike game. A few years ago I was introduced to Nethack and I haven’t been the same since. Many of these games are open source already. The ones that I have looked at are Nethack, SLASH’EM [...]