Discussions in support of the LOLCODE.com wiki
You are not logged in.
If LOLCODE is a language, is there some type of compiler for this programming language? I find this a highly interesting language that I can see replacing C++ ... lol.
Thanks,
deltatux
Offline
Lots of compilers and interpreters in varying states of completeness and up-to-date-ness:
http://lolcode.com/implementations/implementations
Offline
The wiki page isn't even up to date, either; browse around on the forums for other projects.
That said, LOLCode is a dynamic language, and dynamic languages are difficult to actually "compile." Most of what you're going to find are interpreters or bytecode compilers (which are a little different in that bytecode is executed by a virtual machine instead of a real one).
Offline