🪴 Nishanth Gobi

Search

SearchSearch

Functional Programming

Oct 05, 2025, 1 min read

  • #zettel
  • #lit
  • #draft

Functional programming consists of making all your functions referentially transparent

  • Each function only uses its input parameters to produce its output, without altering the state of the system in any way
  • Functional programming requires immutable data and pure functions

Refs §

  1. https://medium.com/pragmatic-programmers/from-objects-to-functions-c317f857bcea