
30 Jul
2008
30 Jul
'08
4:09 a.m.
<shapr> for example: "head (filter (\x -> x > 5) [1..])" <shapr> in a strict language, you can't easily play with infinite lists <dark> In a strict language, you would write that as "6" :) -- _jsn