🪴 Nishanth Gobi

Search

SearchSearch
Home

>

Zettelkasten

>

Literature Notes

>

Functional Programming

Functional Programming

May 15, 2024, 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

Graph View


Created with Quartz v4.1.0, © 2024

  • GitHub
  • LinkedIn