alvin alexander
Nodes for the term “lazy”
A good example to show the differences between strict and lazy evaluation in Scala
Read more
What is “Functional Programming”?
Read more
A look at how the Scala `lazy val` syntax gets converted into Java code (bytecode)
Read more
Looking at some differences between Scalaz Task and Scala Future
Read more
Scala: How to find the keys that are common to two maps
Read more
Researching the use of an IO Monad in Scala
Read more
When you program with side effects, evaluation order becomes important
Read more
Haskell problem: putStr not evaluated in the proper order (lazy)
Read more