Create README.md
This commit is contained in:
parent
9bbe18d54e
commit
41a154dc7c
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Programming Languages
|
||||
my solutions to ["Programming Languages"](https://www.coursera.org/learn/programming-languages) course by Dan Grossman.
|
||||
|
||||
Course consists of three separate parts in which author tries to explain language concepts / paradigms through different languages:
|
||||
- SML
|
||||
- Raket
|
||||
- Ruby
|
||||
|
||||
Each part has exercises for specific language. You can find this exercies and my solutions in repo.
|
||||
|
||||
### TODO
|
||||
- ~~SML~~
|
||||
- Raket
|
||||
- Ruby
|
Loading…
Reference in a new issue