lci is a LOLCODE interpreter written in C and is designed to be correct, portable, fast, and precisely documented:
The latest development release supports BUKKITs (i.e., arrays) which allows for some fun new programs, such as this BF interpreter written entirely in LOLCODE.
BTW hai.lol
CAN HAS STDIO?
HAI 1.2
VISIBLE "HAI, WORLD!!!1!~"
KTHXBYE
$ tar -xf justinmeza-lci.tar.gz (extracts files) $ cd justinmeza-lci $ cmake . $ make && make test && make install (if no errors, we're good to go) $ lci hai.lol HAI, WORLD!!!1!~
Let us know what you think of lci on the mailing list. (Developers: check out lci-devel.)
Talk about the language on the forum or IRC channel: #lolcode on freenode.
Before filing a bug, post your problem on the mailing list—you may get a faster fix. Else, feel free to file a bug report on the project page.