Ahh, after many months of anticipation, I am now officially on thanksgiving break. As is my custom, I am statying with relatives. Unfortunately, my good college/programming buddy that normally stays with me couldn't make it this year. Last year we had an awesome time programming our final project for the assembly language course we were taking-- a game of PONG!
Good times... in fact, I had so much fun developing a moderately-sized project over a few days, that I decided to make it a thanksgiving tradition. I had a few ideas spinning around in my head last week, and I am pleased to announce that I have finally decided on one-- an implementation of LOLCODE ! I am going to work on this for the next few days and post my code when I am done. It will be an interactive interpreter, written in Python, with the help of the PLY module for yacc/lex functionality. I have never implemented a language before and it is one of those things that every computer geek should do at some point, so I think this will be both a profitable and fun project.