Possible Duplicate:
What's the joke in the Stack Overflow 404 page code?

For example:

http://stackoverflow.com/questions/does_not_exist

What is the code on the right pane, and if it is a real language, what does it do exactly?

share|improve this question
1  
I should point out, I can work out it is printing 404, but what's all the other code doing? – Finglas Feb 4 '10 at 9:47
This. Is. C. Obfuscated. – dirkgently Feb 4 '10 at 9:50

migrated from stackoverflow.com Feb 4 '10 at 9:53

marked as duplicate by Popular Demand, Al Everett, Toon Krijthe, yhw42, jonsca Sep 8 '12 at 5:58

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

5 Answers

up vote 19 down vote accepted

It's polyglot code - that is code that will compile unaltered in more than one language, all of which write 404 to stdout.

I can spot at least

  • C
  • Brainfuck
  • Multitude of scripting languages (Python, Perl, ...)

See Amusing 404 "Page Not Found" Images for Trilogy sites?

share|improve this answer

I think it was created on Meta : http://meta.stackoverflow.com/questions/27112/amusing-404-page-not-found-images-for-trilogy-sites and is not a specific language, but multiple.

share|improve this answer

It looks like a mixture of obsfucated C and Brainfuck.

share|improve this answer

Fancy and esoteric ways of printing '404'

share|improve this answer

I know line three is Brainfuck. Go figure out what it does :-)

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged