Which programming langauge is the funniest?
Posted
by Shervin
on Stack Overflow
See other posts from Stack Overflow
or by Shervin
Published on 2010-04-28T20:02:57Z
Indexed on
2010/04/28
20:07 UTC
Read the original article
Hit count: 331
I know there are tons of different programming languages, and some of them are made with a tad of sense of humor. But which one is the funniest in your opinion?
I have heard of something called Moo
(although I am not sure of the exact name), which was a programming language for the JVM. The basic idea was that the only syntax allowed was a fork of Moo
, like this:
moo; //Means something
mooo; //means another thing
moooooo; //means something else
and so on. That is pretty funny IMO. Not so useful, and definitely not easy to learn, but quite funny.
© Stack Overflow or respective owner