Compiled Language
↔ of Programming Language where entire Source Code convert into Machine Code all at once, written to portable Binary file, executable later by any Computer
aka Compiled
References
Machine Code
↔ 0's & 1's. Binary Executable, generated via Interpretation or Compiled Language.JIT
↔ Mix of Interpretation & Compiled Language, used by modern JS Engine, all code compiled & executed immediatelySwift
↔ Multi-paradigm Compiled Programming Language to build apple native apps, succeed & Interop Objective-CExecutable
↔ portable binary Machine Code executable, Compiled to run platform specific