I've been working on projects recently, so I should have some interesting things to put on here again. This is a pretty simple thing, but I wrote a BF interpreter in ruby. BF is a very simple language, so the interpreter is short and doesn't need any sophisticated parsing (all bf instructions are one character).
Code can be found after the break.