thecodex.expert · The Codex Family of Knowledge
Section Hub

Programming Languages

Every language has a reference page here: syntax, type system, standard library, ecosystem, version history, and when to use it.

15+ languages Official spec sourced Last verified:

Tier 1 — Most widely used

The languages with the broadest employment, community, and ecosystem.

Systems & Modern

Language quick-compare

LanguageTypingExecutionMemoryPrimary use
PythonDynamicInterpretedGCData science, automation, web
JavaScriptDynamicJIT compiledGCWeb frontend & backend
JavaStaticJVM bytecodeGCEnterprise, Android
CStaticNative compiledManualOS, embedded, systems
RustStaticNative compiledOwnershipSystems, WASM, CLI tools
GoStaticNative compiledGCCloud, CLIs, microservices
TypeScriptStaticCompiled to JSGCLarge-scale web, Node.js
SQLStaticDeclarativeDatabaseData querying

Full comparison with syntax examples: The Compare Page (coming Session 160).