Content deleted Content added
"prior to Java 8" implies Java no longer strict. But it is?! Default evaluation strategy doesn't change that easily, and likely what's mean it that lazy option got added and/or lambda, just while true that's optional to use. https://dzone.com/articles/be-lazy-with-java-8 |
No edit summary |
||
Line 7:
==Examples==
Nearly all [[programming language]]s in common use today are strict. Examples include [[C Sharp (programming language)|C#]], [[Java (programming language)|Java]], [[Perl]] (all
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]].
|