Meta
Categories
Tags
Monthly Archives: April 2009
One aspect of lazy computation
I’ve often needed to do a combination of filtering and mapping on arrays. E.g. in a Ruby on Rails app, I might have a list of “RecurringActivation” model objects which have a product_id and an integer period. Now I would … Continue reading