You are here |
rohan.ga | ||
| | | |
sreekar.ch
|
|
| | | | But first What is functional programming ? Functional programming is a programming paradigm in which most computation is treated as evaluation of functions. It emphasizes on expression evaluation instead of command execution. Wikipedia When did it all start ? In the 90s, there was a war between declarative programming and imperative programming. Declarative programming then represented by logic programming languages like Prolog and early functional languages like Erlang. And imperative languages were r... | |
| | | |
aradaelli.com
|
|
| | | | ||
| | | |
www.pl-enthusiast.net
|
|
| | | | This post describes the structure, goals, and content of CMSC 330, UMD's sophomore-level programming languages course. This is part 1. | |
| | | |
www.softdevtube.com
|
|
| | Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle, |