What's new? | Help | Directory | Sign in
Google
lolcode-java
A Java grammar / interpreter for the LOLCODE programming language
  
  
  
  
    
Show all Featured Downloads:
LOLCODE-0.11.jar
Join project
Project owners:
  brianegge

This is a Java based implementation of the LOLCODE language.

Update

Martin Fowler plugs LOLcode

"The ruby/rails hype has also generated interest in other exotic JVM languages."

He doesn't mention LOLcode by name, but I think it falls in the 'exotic JVM languages' category.

The project has a working parser, and a partially functioning interpreter. The HAI WORLD and COUNT!!1 programs currently can be executed.

HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE
$ lol test/samples/hello_world.LOL 
HAI WORLD!
HAI
I HAS A VAR
IM IN YR LOOP
	UP VAR!!1
	VISIBLE VAR
	IZ VAR BIGGER THAN 10? KTHXBYE
IM OUTTA YR LOOP
KTHXBYE
$ lol test/samples/count\!\!1.LOL
1
2
3
4
5
6
7
8
9
10
11