Notes

Home

❯

01. Concepts

❯

Type Systems

❯

Type System

Type System

Jun 02, 20261 min read

A Type system in Programming Languages is a set of rules that assigns a type (e.g. String) to every term.

There are two main type systems in wide usage:

  • Statically Typed Programming Language
  • Dynamically Typed Programming Language

Graph View

Backlinks

  • Reflection

Created with Quartz v4.5.2 © 2026

  • GitHub