Content deleted Content added
m warnfile Adding:de |
the Joy page uses "purely functional", not "simple functional." |
||
Line 1:
The '''Joy programming language''' is a
Joy is almost unique (except for [[Function-level programming]] languages and some esoteric ones, such as [[unlambda]]) in its lack of a [[lambda calculus|lambda]] operator, and therefore lack of [[Parameter (computer science)|formal parameters]]. To illustrate this with a common example, here is how the square function might be defined in an [[imperative programming language]] ([[C programming language|C]]):
|