Strict programming language: Difference between revisions

Content deleted Content added
Examples: After rereading the next section, I found a way to reword the dubious statement
m Examples: clean up using AWB (8414)
Line 3:
 
== Examples ==
Nearly all [[programming language]]s in common use today are strict. Examples include [[C_Sharp_C Sharp (programming_languageprogramming language)|C#]], [[Java (programming language)|Java]], [[Perl]] (through version 5), [[Python (programming language)|Python]], [[Ruby (programming language)|Ruby]], [[Common Lisp]], and [[ML (programming language)|ML]]. The best known non-strict languages are [[Haskell (programming language)|Haskell]], [[Miranda (programming language)|Miranda]], and [[Clean (programming language)|Clean]].
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]].