21

For example:

https://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?

1
  • 1
    I should point out, I can work out it is printing 404, but what's all the other code doing? Commented Feb 4, 2010 at 9:47

5 Answers 5

23

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?

7

I think it was created on Meta : Amusing 404 "Page Not Found" Images for Trilogy sites? and is not a specific language, but multiple.

3

It looks like a mixture of obsfucated C and Brainfuck.

3

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

2

Fancy and esoteric ways of printing '404'

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.