Strict programming language: Difference between revisions

Content deleted Content added
new page
 
added paragraph on macros
Line 12:
 
Strict programming languages are often associated with [[eager evaluation]], and non-strict languages with [[lazy evaluation]], but other evaluation strategies are possible in each case.
 
In many strict languages, some of the advantages of non-strict functions can be obtained through the use of [[macro]]s.