So here's somethink easier, though alike in spirit:
Write a program, that writes a program, that writes ... all in different languages. Shell, PHP, Java, Perl, Javascript, C, Python, ...
A small example - writing HTML from Javascript from PHP:
<?php
echo '<HTML><BODY><SCRIPT language=javascript>',
'document.write("<B>WTF</b>");',
</SCRIPT></BODY></HTML>';
?>
I'd say that the points given are calculated by (Number of languages involved)/(Bytes of Source).
Endtime is 12:00 GMT on May 8th.