Content deleted Content added
Delusion23 (talk | contribs) |
removed 3 year old uncited mention of magical compiler |
||
Line 13:
* Because of the uncertainty regarding if and when expressions will be evaluated, non-strict languages generally must be [[purely functional]] to be useful.
* All [[computer architecture|hardware architecture]]s in common use are optimized for strict languages, so the best compilers for non-strict languages produce slower code than the best compilers for strict languages
* [[Space complexity]] of non-strict programs is difficult to understand and predict.
|