vote up 21 vote down star
34

In the spirit of "fun polls"... What is your favorite esoteric programming language?

Guidelines:

  • One language per response, upvote to echo others' responses
  • If you can, describe what makes it your favorite
  • Provide a code sample (if practical)

See Also:


I thought it might be nice to summarize the responses, because although there are other lists (see comments below), it turns out that this list resulted in some (arguably) non-esoteric languages getting in. Also, to my knowledge none of the other lists is ranked based on votes, but these of course are. Note that only responses with at least 1 upvote are listed below.

Responses by Votes

flag
2  
There's a huge list of esoteric languages here: esolangs.org/wiki/Language_list – aardvark Nov 24 '08 at 22:37
1  
Please see the discussion at meta.stackoverflow.com/questions/24079/… for why the name of a particular programming language is being censored. – Bill the Lizard Oct 1 at 15:31
show 3 more comments

41 Answers

prev 1 2
vote up 0 vote down

MOO!

link|flag
vote up 0 vote down

I really nice deep esoteric language is SNOBOL, which I tried to learn while at Uni. I was one of the standard pre-compiler available on DEC Alpha 4100. Everbody was busy learning C/C++ as part of the standard curriculum, and I thought, lets learns SNOBOL, get it under the belt before I leave. Man, that was a mistake. Its a pattern orientated very highly abstracted language.

B

SNOBOL

link|flag
show 1 more comment
vote up 0 vote down

What about Processing?

link|flag
vote up 0 vote down

Intuitive

It's identical to C except you use closing braces to open, opening braces to close, swap the meanings of + and -, * and /, ; and :, > and <, etc. Example:

int foo)int i, char c( }
    int six = 2 / 3:
    int two = six + 4:
    if )i > 0( }
        printf)"i is negative"(:
    {
{
link|flag
vote up 0 vote down

Sartre, for the tragic beauty of its programs. What other languages not only acknowledge the absurd purposelessness of cubicle life but actually require it? In what other languages is functionality subservient to the desires of the programmer to express herself? Truly, Sartre is a language for programmers, not programs. No other language is as deeply expressive as Sartre. The most basic feature of programming, conditions, is also the most basic feature of existentialism. From the spec:

[...] one may keep creating programs, one after another, like soldiers marching into the sea, but each one may seem empty, hollow, like stone. One may want to create a program that expresses the meaninglessness of existence, and instead they average two numbers.

link|flag
vote up 0 vote down

Turkey Bomb, the only language that can cause alcohol poisoning.

link|flag
vote up 0 vote down

F*ckF*ck.

From the original specification:

Censorship

For those of you who blush when reading the original syntax, wish to have your grandma proof read your code or simply don't quite wish to get fired yet. The mnemonics can be censored with asterisks or with any letter of the alphabet replacing the second and/or third characters. Censored language can be interspersed with the original more full blooded form. Some f*ckf*ck programmers choose to use the censored code for the majority of their coding so as not to distract from the value and expression of the original syntax which they save for moments of extreme aggression/inspiration.

HelloWorld in F*ckF*ck, censored accordingly:

f**k b**b!!!!!!!! a**e s**g b**b!!!!!!! f**k t**s b**t s**g c**k f**k b**b!!!!!! a**e s**g b**b!!! f**k t**s b**t s**g b**b c**k b**b!!!!!! c**k! b**b!! c**k a**e t**s b**t f**k b**b!!!!!!! a**e s**g b**b!!! f**k t**s b**t s**g c**k f**k b**b!!!!!!!!!! a**e s**g b**b!!!!!!! f**k t**s b**t s**g t**s c**k t**s!!!!!!! c**k b**b!! c**k t**s!!!!! c**k t**s!!!!!!! c**k a**e t**s b**t f**k b**b!!!!!!! a**e s**g b**b!!! f**k t**s b**t s**g b**b c**k a**e t**s b**t b**b!!!!!!!!! c**k

link|flag
4  
I wonder where this comes in Maslow's Hierarchy of Needs? – Brent.Longborough Dec 25 '08 at 16:32
2  
Loling right now. I don't believe code has ever made me lol before. – jjnguy Aug 14 at 18:49
3  
This one should be renamed, "Tourette's." – Dinah Sep 30 at 0:23
2  
Censorship sucks. Bringing back the original. – dalle Oct 1 at 8:57
show 1 more comment
vote up 0 vote down

I'm still enjoying LOLCODE.

It is rather entertaining to write a program in the manner that you do with LOLCODE.

Other than that I would say my second pick goes to Taxi.

Taxi is rather confusing to have to remember everything, but at least it makes for good reading. You might be able to get a job writing Soaps through it, who knows :P

link|flag
vote up -1 vote down

APL

or maybe Brainf*&#

link|flag
show 2 more comments
vote up -1 vote down

Karel the robot

link|flag
vote up -2 vote down

SML

It's the favorite of none other than Satan himself.

http://en.wikipedia.org/wiki/Standard_ML

link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.