This a repo with my solutions to somethings exercises on Exercism.io, using Elixir Language.
- Hello World - the classical introductory exercise. Just say "Hello, World!"
- RNA Transcription - Given a DNA strand, return its RNA Complement Transcription.
- Word Count - Given a phrase, count the occurrences of each word in that phrase.
- Roman Numerals - Write a function to convert from normal numbers to Roman Numerals.
- Bob - Bob is a lackadaisical teenager. In conversation, his responses are very limited.
- Beer Song - Produce the lyrics to that beloved classic, that field-trip favorite: 99 Bottles of Beer on the Wall.
- Robot Simulator - Write a robot simulator.
- List Ops - Implement basic list operations
- Markdown - Refactor a Markdown parser
- Bank Account - Simulate a bank account supporting opening/closing, withdraws, and deposits of money. Watch out for concurrent transactions!