Project

General

Profile

Actions

Feature #17043

closed

Invokable module for custom Proc-like objects

Added by delonnewman (Delon Newman) almost 4 years ago. Updated almost 4 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
[ruby-core:99281]

Description

Ruby beautifully integrates Functional and Object-Oriented Programming, and there's more moving in the direction of supporting Functional Programming. A generalization of the Proc interface would enable users to integrate functional approach into their classic OOP design patterns. One of the obvious examples would be "Command" objects.

Also, generic structures, which Ruby has great support for. Hash now has to_proc. But, it'd be great to be able to treat sets as predicate functions.

I've put together a prototype that I've found useful in my own work here: https://github.com/delonnewman/invokable.

It works like Enumerable; it can be included in any class that implements a call method. Then you get to_proc, curry, << and >> for right and left composition, and memoize. More could be added. If you include Invokable::Command, you can treat your "Command" object as an automatically curried function.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0