Language List
November 18, 2020 ยท View on GitHub
Story
This story facilitates the exploration of lists in a language.
The basic premise is that a person wants to maintain a list of languages that they want to learn on Exercism's website.
Tasks
The exercise generally guides students how to:
- Create a list.
- Add to a list.
- Remove from a list.
- Count the length of a list.
- Get the first item from a list.
- Check if an item is a member of a list.
Implementations
- Clojure: lists (reference implementation)
- Elixir: lists
- F#: lists