Polyglot

In computing, a polyglot is a computer program or script (or other file) written in a valid form of multiple programming languages or file formats.

- by Wikipedia

Example Sentence

  • vscode document: the Polyglot Notebooks extension allows you to use multiple programming languages natively all in the same notebook in Visual Studio Code!
  • wikipedia: polyglot programs have been crafted as challenges and curios in hacker culture since at least the early 1990s.
  • wikipedia: Two commonly used techniques for constructing a polyglot program are to make use of languages that use different characters for comments, and to redefine various tokens as others in different languages.