ruby-functional-programming

This repository includes the slide deck and code examples for my presentation about Functional programming in Ruby

MIT License

Stars
5

Ruby Functional Programming

Videos

Articles

High order and First class functions

Function composition

Closures

Curry and partial function execution

Referencial transparency

Recursion

Lazy evaluation

Extra