Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.