|
|
|
|
|
by ivanjermakov
121 days ago
|
|
When I ponder about PL semantics, crossroad feature is currying. This decides whether partial application, pattern matching, function composition, combinators, and other functional features would play a major role in the language design. Functions are curried? ML style. Not curried? C style. |
|