arliss_obsidian/fp/Language/Functions.md

3 lines
355 B
Markdown
Raw Normal View History

2024-09-24 22:52:08 +00:00
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.