Skip to main content

Fun

2008


Whitespace as a programming language

·1 min

…so you thought LOLCODE was the craziest programming language? FAIL.
Whitespace uses only 3 symbols (space, tab and line feed) to markup assembly-like instructions, everything else counts as comment:) I will not paste here the classical hello world snippet, because i am afraid blogger will mess it up, but to “see” the full source code, you can visit this page :)

This is an archive post. It represents a point of view in the past. Facts might have changed, events might be interpreted differently as of today. Links might be broken.

LOLCODE

·1 min

HAI! Seriously, did you know there is a programming language called LOLCODE? I did not, but apparently it is very popular, among the implementations we can even find PHP and Javascript parsers.

Hello Hai World Example:

HAI  
CAN HAS STDIO?  
VISIBLE "HAI WORLD!"  
KTHXBYE

This is an archive post. It represents a point of view in the past. Facts might have changed, events might be interpreted differently as of today. Links might be broken.