Slashdot Mirror


User: Thed77

Thed77's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Mmmm, Kay. on Why Lazy Functional Programming Languages Rule · · Score: 1

    In my opinion lazyness is useful, so let's just wait for an imperative language to steal that feature so people can actually use it, just like what happened with the rest of functional languages' features... (I know people are gonna mod me troll for this, don't worry)

    Actually laziness is implemented in many OO imperative languages as the iterator pattern. So it's already been stolen, and is used so much its in the base library of the .Net framework.