Content deleted Content added
→Examples: Do C macros and Scheme syntax rules, which can make use of short-circuiting, make them not strict? I'll take it to talk. |
→Examples: After rereading the next section, I found a way to reword the dubious statement |
||
Line 3:
== Examples ==
Nearly all [[programming language]]s in common use today are strict. Examples include
Languages whose ordinary functions are strict but which provide a [[Macro (computer science)|macro system]] to build non-strict functions include [[C (programming language)|C]], [[C++]], and [[Scheme (programming language)|Scheme]].
== Explanation ==
|