Showing 2 videos tagged with functional

London Ruby User Group:Thinking functionally in ruby

00:47:24 skillsmatter.com
During our last meeting, Tom was surprised by how many people (both Ruby newbies and "Rails not Ruby" programmers) were asking questions about Enumerable, e.g. what map/inject/zip etc do. Tom has massive functional chops and is going to give a talk that starts with this and then expands into a rant about programming in a functional style

Better Ruby through Functional Programming by Dean Wampler

00:35:21 vimeo.com
Functional programming (fp) has become popular as the most robust way to write concurrent applications. functional ideas improve code in other ways, like reducing coupling between “elements” and eliminating some “surprises” that occur when objects are mutable. we’ll discuss the key ideas in functional programming and the functional features that ruby already supports. we’ll describe how best to use these features and how to work around the missing functional features.