Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhpip/nhpip.github.io
Functional programming, erlang, elixir etc
https://github.com/nhpip/nhpip.github.io
currying elixir erlang partial-application variadic-functions
Last synced: 2 days ago
JSON representation
Functional programming, erlang, elixir etc
- Host: GitHub
- URL: https://github.com/nhpip/nhpip.github.io
- Owner: nhpip
- Created: 2021-06-08T14:12:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T14:47:09.000Z (over 3 years ago)
- Last Synced: 2024-11-23T09:29:47.722Z (2 months ago)
- Topics: currying, elixir, erlang, partial-application, variadic-functions
- Language: HTML
- Homepage:
- Size: 4.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About:
Hi, I’m @nhpip
I’m interested in functional languages (Erlang / Elixir)
I’m currently learning Elixir and Haskell
I’m looking to collaborate on anything
How to reach me: [email protected]### Current projects:
Currying and Partial Application in ElixirMakes use of variadic functions too.
https://github.com/nhpip/curry-elixir
### Variadic Functions in Elixir
Functions that can take an arbritary number of arguments.
https://github.com/nhpip/variadic-elixir