Closed etorreborre closed 11 years ago
This has been implemented (10b4e28) as:
val o1 = lazyObject(someComputation)
and this actually relies on the ability to differ the evaluation of a sequence of elements:
val list = fromLazySeq(someOtherComputation)
Updated the title ... @espringe - is that what you mean?