2012年4月11日
摘要: 转载自:http://en.wikipedia.org/wiki/Lazy_evaluationInprogramming language theory,lazy evaluationorcall-by-need[1]is anevaluation strategywhich delays the evaluation of an expression until the value of this is actually required (non-strict evaluation) and which also avoids repeated evaluations (sharing) 阅读全文
posted @ 2012-04-11 23:11 DavidYanXW 阅读(833) 评论(0) 推荐(0)