From 41a154dc7c90b5be8f698561b0600c83b6723c54 Mon Sep 17 00:00:00 2001 From: Gregory Date: Thu, 17 Sep 2020 19:49:21 +0300 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a783c9e --- /dev/null +++ b/README.md @@ -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