Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kiaragrouwstra/fun

Functional Elixir
https://github.com/kiaragrouwstra/fun

Last synced: about 1 month ago
JSON representation

Functional Elixir

Awesome Lists containing this project

README

        

# Functional Elixir

Essentially a repackaged version of [code](http://blog.patrikstorm.com/function-currying-in-elixir) by [others](http://devblog.avdi.org/2013/12/16/fpoo-ch-9-functions-that-make-functions/), notably currying, function composition and lifting, for convenient inclusion as a library through Mix. See the [tests](https://github.com/tycho01/fun/blob/master/test/fun_test.exs) and [source](https://github.com/tycho01/fun/blob/master/src/fun.ex).