|
|
|
|
|
by chriswarbo
4459 days ago
|
|
> indeed you could argue that a language is functional iff it can be mapped to the lambda calculus. Lambda calculus is a higher-order, applicative functional language. There are other kinds of functional language. For example, kappa calculus is first-order. Joy is a pure functional programming language which is based around composition instead of application. |
|