A fun activity in the late 1980's and early 1990's was to write polyglot programs that ran in multiple languages, e.g. check out this one which runs in COBOL, Pascal, Fortran, C, PostScript, Linux/Unix shell script (bash, sh, csh), x86 machine language and Perl. More recently the term has resurfaced (e.g. Neal, Martin and others) in recognition of the fact that a developer no longer lives in a world dominated just by one language, e.g. COBOL, Java, C#. As a minimum, a developer must know JavaScript for AJAX sights, SQL for databases, various build file dialects, various scripting languages etc., in addition to one or more mainstream languages.
This interest has been increasing lately with multi-languages being emphasised on both the JVM and the CLR. Groovy obviously supports a polyglot relationship with Java (e.g. A Groovy class can inherit from a Java class which can inherit from a Groovy class) but Groovy also makes