IT lexicon Programming Runtime

Runtime

Programming På svenska → Updated: 2026-05-23

The environment that runs your code — handles memory, threads, I/O, garbage collection.

Node.js, Deno, Bun (JS runtimes). JVM (Java/Kotlin/Scala). .NET CLR. Different from a language: the same JS code runs in Node, Deno, browser — different runtimes with different APIs.

← Back to the lexicon