arliss_obsidian/fp/Language/Functions.md
Orion Kindel 3ee2a9bbbd
update
2024-09-24 17:52:08 -05:00

355 B

The backbone of functional programming. Functions can be constants, transform Data Structures, perform Effect and much more.

Functions can be Defining as top-level Modules items, Lambda Functions, Infix Operators or created by Currying functions.