Purely Functional

A purely Functional Programing language treats all computation as the evaluation of mathematical functions. It may also be defined by forbidding state changes and mutable data.

Links to this page