This is David Richards's TypePad Profile.
Join TypePad and start following David Richards's activity
David Richards
South Jordan, Utah
Interests: Ruby, Machine Learning
Recent Activity
I like seeing the functional style in an object oriented language. Gabe's hit-and-run comment seems a little juvenile, since we choose our tools based on our project. The nice thing seems to be that every time I pick up a tool, both me and my code get better.
I've "borrowed" this code wholesale for a while. I want to play around with it and make it my own. I thought I'd refactor a KMeans implementation with this kind of style. I hope that doesn't walk on your toes, Dave.
Thanks for your constant contribution.
Pipelines Using Fibers in Ruby 1.9--Part II
In the previous post, I developed a class called PipelineElement. This made it relatively easy to create elements that act as producers and filters in a programmatic pipeline. Using it, we could write Ruby 1.9 code like: 10.times do puts (evens | multiples_of_three | multiples_of_seven).resume en...
Subscribe to David Richards’s Recent Activity