Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiaragrouwstra/fun
Functional Elixir
https://github.com/kiaragrouwstra/fun
Last synced: about 1 month ago
JSON representation
Functional Elixir
- Host: GitHub
- URL: https://github.com/kiaragrouwstra/fun
- Owner: KiaraGrouwstra
- Created: 2016-02-22T15:15:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T05:41:32.000Z (almost 9 years ago)
- Last Synced: 2024-10-15T13:31:01.774Z (3 months ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).