Skip to content

Instantly share code, notes, and snippets.

@madalinignisca
Last active August 22, 2018 10:12
Show Gist options
  • Save madalinignisca/d0d94f8f26bba9224ecf38a55be670d5 to your computer and use it in GitHub Desktop.
Save madalinignisca/d0d94f8f26bba9224ecf38a55be670d5 to your computer and use it in GitHub Desktop.
Developers Jargon
  • IIFE -- immediately invoked function expression
  • closure -- technique for implementing lexically scoped name binding in a language with first-class functions
  • transpiler, transcompiler, source-to-source compiler -- is a type of compiler that takes the source code of a program written in one programming language as its input and produces the equivalent source code in another programming language
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment