Content deleted Content added
m →Lisp: don't overexplain portmanteau: see MOS:NOBOLD for the principle |
→Functional programming: R7RS does not define a specific order, but says that one consistent order must exist. Thus, it's irrelevant to include it here. Tag: references removed |
||
Line 43:
===Functional programming===
Functional programming languages such as [[Haskell (programming language)|Haskell]], [[Scheme (programming language)|Scheme]], and [[Standard ML|ML]] evaluate expressions via function application. Unlike the related but more imperative paradigm of [[procedural programming]], functional programming places little emphasis on explicit sequencing.
===Hybrid languages===
|