Lo stesso codice sorgente che compila in varie lingue [chiuso]

1

Come si chiama il codice sorgente valido in più lingue? C'era una parola specifica per questo ed esempi davvero pazzi.

    
posta chx 09.06.2011 - 02:01
fonte

1 risposta

11

La parola che stai cercando Polyglot

a computer program or script written in a valid form of multiple programming languages, which performs the same operations or output independent of the programming language used to compile or interpret it.

Generally polyglots are written in a combination of C (which allows redefinition of tokens with a preprocessor) and a scripting language such as Lisp, Perl or sh...

    
risposta data 09.06.2011 - 02:08
fonte

Leggi altre domande sui tag