Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

00 Programming Paradigms

❯

01 Concept

❯

Core Principles

Core Principles

Feb 10, 20261 min read

  • programming-paradigms
  • functional
  • principles

Core Principles

← Back to Functional Programming

The foundational tenets of functional programming: pure functions that have no side effects, immutable data that cannot be changed after creation, and a declarative style that describes what to compute rather than how.

Key Properties

  • Pure Functions
  • Immutability
  • Declarative Style

programming-paradigms functional principles


Graph View

  • Core Principles
  • Key Properties

Backlinks

  • Functional Programming
  • Declarative Style
  • Immutability (Paradigms)
  • Pure Functions

Created with Quartz v4.5.2 © 2026

  • GitHub