Ruby 2.0 Enumerable::Lazy
My Enumerable::Lazy patch was accepted into ruby trunk few days ago. So, in ruby 2.0, methods like map, select, grep, etc can be lazy chained. More on this in my blog post.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
My Enumerable::Lazy patch was accepted into ruby trunk few days ago. So, in ruby 2.0, methods like map, select, grep, etc can be lazy chained. More on this in my blog post.
Comments
Congrats, this is great stuff.
Post a comment