Skip to content

Functional Programming

Shane Brinkman-Davis Delamore edited this page Mar 29, 2018 · 17 revisions

Related: Declarative Programming

Functional Oriented Programming (FOP)

Pure-functional programming has zero side-effects. Functional Oriented programming attempts to minimize side-effects, but uses them where it makes sense. In other words, in an imperative language, it's programming in a mostly-functional style.

CaffeineScript Enhancements for Functional Oriented Programming

Clone this wiki locally