_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
Most of the discussion centers on the benefits of functional programming and
laziness. Haskell is not merely a lazy functional language. It is a pure
lazy functional language. I may need to explain what laziness is. Laziness
is where you work through the logic in its entirely before acting on the
result. In strict evaluation the logic is worked out in parallel with
execution which doesn't make complete sense, but it does allow for an
architecture that is close to the machine.
- [Haskell-cafe] Why? John D. Earle
- Re: [Haskell-cafe] Why? Magnus Therning
- Re: [Haskell-cafe] Why? John D. Earle
- Re: [Haskell-cafe] Why? Stephen Tetley
- Re: [Haskell-cafe] Why? Robin Green
- [Haskell-cafe] Re: Why? John D. Earle
- Re: [Haskell-cafe] Re: Why? Gregg Reynolds
- [Haskell-cafe] Re: Why? John D. Earle
- Re: [Haskell-cafe] Re: Why? Gregg Reynolds
- Re: [Haskell-cafe] Why? Richard O'Keefe
- Re: [Haskell-cafe] Why? Paul Johnson
- Re: [Haskell-cafe] Why? Sebastian Sylvan
- [Haskell-cafe] killer app, again Bulat Ziganshin
- [Haskell-cafe] Re: killer app, again Sebastian Sylvan
- [Haskell-cafe] Re: killer app, again Johann Höchtl
- Re: [Haskell-cafe] Why? Stephen Tetley