Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

02 Language Implementation

❯

00 Category

❯

Runtime Systems

Runtime Systems

Feb 10, 20261 min read

  • language-implementation
  • runtime

Runtime Systems

Back: Language Implementation

The infrastructure that supports program execution beyond the compiled code itself. Runtime systems provide virtual machines, bytecode interpretation, cross-language interoperability, and dynamic linking capabilities.

Concepts

  • Virtual Machines
  • Bytecode
  • Foreign Function Interface (FFI)
  • Runtime Linking

language-implementation runtime


Graph View

  • Runtime Systems
  • Concepts

Backlinks

  • Bytecode
  • Foreign Function Interface (FFI)
  • Runtime Linking
  • Virtual Machines
  • Language Implementation

Created with Quartz v4.5.2 © 2026

  • GitHub