A LazyList implementation with tail recursive enumeration.
39 people like thisPosted: 13 years ago by Nick Palladinos
An old solution of mine to Erik Lippert's Comma Quibbling challenge. I really like this snippet because it shows that with F# we can hack elegant but also fast code.
3 people like thisPosted: 13 years ago by Nick Palladinos
Haskell-inspired infinite sequences
47 people like thisPosted: 13 years ago by Nick Palladinos