Skip to content

Church provides top-level constant Procs to do various and sundry kinds of functional programming.

License

Notifications You must be signed in to change notification settings

threeifbywhiskey/church

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Church

Gem Version Build Status

Church is a module that wraps a bunch of constant Procs that do various functional programming tricks.

Examples

MAP[[1, 2, 3], &-> c { c * 2 }]
EACH[[1, 2, 3], &-> e { p e } ]

Why?

The point of writing everything using Procs, for me at least, is to eventually transform programs into non-alphanumeric versions of themselves. Church's design goal is to make that an easier process.

About

Church provides top-level constant Procs to do various and sundry kinds of functional programming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages