Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lazy-evaluation

laziness and function composition (haskell, erlang)

Haskell - why would I use infinite data structures?

Does Excel evaluate both result arguments supplied to the IF function?

Lazy<T> without exception caching

Javascript functional lazy evaluation example explanation required

Lazy Evaluation: Why can't I use plot(..., xlim = c(0,1), ylim = xlim)?

By-name repeated parameters

Function using foldr is too eager

haskell lazy-evaluation

Objective-C: What is a lazy class?

Observing lazyness in Haskell

haskell lazy-evaluation

How to get distinct items from a Scala Iterable, maintaining laziness

Scala, extending the iterator

How do laziness and I/O work together in Haskell?

haskell lazy-evaluation

Are *parameters calls lazy? [duplicate]

Getting the last element of a lazy Seq in Raku

Segfault reading lazy bytestring past 2^18 bytes

Writing a Kotlin util function which provides self-reference in initializer

Is it possible to showcase the different strategies of evaluation by modifying this simple reducer?

Infinite loop in bubble sort over Traversable in Haskell

Can it be proved that call-by-need has the minimal asymptotic time complexity among all reduction strategies?