Functional Programming
Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids state and mutable data.
Language
Any
Platform
Any
License
Any
The SFTL (Simple Functional Template Library) is a C++ library that attempts to leverage the use of the C++ STL through functional programming concepts.
FC++ is a library for functional programming in C++. Functional
programming is a programming paradigm in which functions are
treated as regular values. Thus, we can have functions that
take...