1337 Interpreter
Filed under: Game Maker
The funniest programming language i’ve come across is l33t. Educate yourself here
http://en.wikipedia.org/wiki/L33t_programming_language
I wrote a quick interpreter for it in GM. Mind, the source code is horrible. It’s an example of how NOT to write a virtual machine. It will parse the contents of source.txt and print the output. No input supported right now. I tested it on most sample programs and found that they work. The ones that do not are fibonacci and countdown, for reasons unknown yet.
More sample programs you can try running can be found here:
http://electrod.ifreepages.com/l33tprogs.htm







October 4th, 2007 at 2:20 pm
Ever heard of LOLCODE?
October 4th, 2007 at 6:19 pm
I have! It’s also very funny but 1337 wins my heart because writing anything in it requires insane skillz.
I’m not going to do it but LOLCode can be executed in GM by translating it into GML. It shouldn’t be too hard.