in reply to Challenge : use perl::polylingual

What language is this finger exercise really in?
#include <stdio.h> /* Simple example program to */ #define eval main() /* demo the preprocessor */ eval { printf("Hello world\n"); }
Of course this is a simple joke. For truly impressive take a look at BooK's The Best Ever. It is a valid PostScript program and also a valid Perl program. Save it to a file and run with Perl or take a look at it with ghostscript. Both will work (though the output will be somewhat different). And what it does is not at all obvious.