From Ruby to Haskell: how they are more alike than you might think!
by Chris Wilson
Mon, Apr 01, 2013
Room:
Time:
0:00
This is a talk about the similarities between Ruby and Haskell. It is also an introduction to either; though you'd have to be familiar with the other! I'll show how you can develop code in a cycle between testing, type checking, and refactoring that's reminiscent of the "red, green, refactor" cycle. I will give some short code examples and then develop a more interesting small/medium example. This is a focused version of a series of blog articles that I've written: http://bendyworks.com/geekville/articles/2012/12/from-ruby-to-haskell-part-1-testing (only one is currently published).