Ray's playground

 

2012年3月6日

Item 17: Consider using lazy evaluation.(More Effective C++)

摘要: There's nothing about lazy evaluation that's specific to C++. The technique can be applied in any programming language, and several languages — notably APL, some dialects of Lisp, and virtually all dataflow languages — embrace the idea as a fundamental part of the language. Mainstream progra 阅读全文

posted @ 2012-03-06 17:10 Ray Z 阅读(263) 评论(0) 推荐(0)

导航