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

3 lines
355 B
Markdown

The backbone of functional programming. Functions can be constants, transform [[Data Structures|data]], perform [[Effect|effects]] and much more.
Functions can be [[Defining|defined]] as top-level [[Modules|module]] items, [[Lambda Functions|lambda functions]], [[Infix Operators|infix operators]] or created by [[Currying|partially applying]] functions.