https://github.com/probably-not/elixir-basics
Code that I write while reading the book Learn Functional Programming With Elixir before starting to work at Spot.IM
https://github.com/probably-not/elixir-basics
elixir exercises functional-programming learning
Last synced: about 1 year ago
JSON representation
Code that I write while reading the book Learn Functional Programming With Elixir before starting to work at Spot.IM
- Host: GitHub
- URL: https://github.com/probably-not/elixir-basics
- Owner: probably-not
- Created: 2018-07-12T18:05:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T19:48:05.000Z (over 7 years ago)
- Last Synced: 2025-01-07T06:32:14.649Z (about 1 year ago)
- Topics: elixir, exercises, functional-programming, learning
- Language: Elixir
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elixir Basics
This repository will contain code that I write while reading through the book Learn Functional Programming With Elixir.
The book was given to me by the new company that I am working with, called Spot.IM, in order to prepare me before I officially start working there. They also gave me cookies! Isn't that awesome??
The book contains examples and exercises to complete while reading it. I'll be creating a folder for each chapter that I read to contain the code that I write for that chapter.