Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

01 Type Systems

❯

00 Category

❯

Static vs Dynamic Typing

Static vs Dynamic Typing

Feb 10, 20261 min read

  • type-systems
  • static
  • dynamic

Static vs Dynamic Typing

Back: Type Systems

The fundamental distinction of when type checking occurs. Static typing catches type errors at compile time before the program runs, while dynamic typing defers checks to runtime, trading safety for flexibility.

Concepts

  • Static Typing
  • Dynamic Typing
  • Gradual Typing

type-systems static dynamic


Graph View

  • Static vs Dynamic Typing
  • Concepts

Backlinks

  • Software Engineering - Map of Content
  • Dynamic Typing
  • Gradual Typing
  • Static Typing
  • Type Systems

Created with Quartz v4.5.2 © 2026

  • GitHub