Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrogson/list-ops
Basic List operations implemented in Elixir without using any internal functions.
https://github.com/scrogson/list-ops
Last synced: about 1 month ago
JSON representation
Basic List operations implemented in Elixir without using any internal functions.
- Host: GitHub
- URL: https://github.com/scrogson/list-ops
- Owner: scrogson
- Created: 2014-02-09T07:52:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-09T07:56:36.000Z (almost 11 years ago)
- Last Synced: 2024-10-09T18:20:56.617Z (3 months ago)
- Language: Elixir
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# List Ops
Implement basic list operations
In functional languages list operations like `length`, `map` and `reduce` are
very common. Implement a series of basic list operations, without using existing
functions.