From f12e67f556cfa4dfda7721521a266c9d765b66c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Kraso=C5=84?= Date: Tue, 11 Jun 2024 10:15:47 +0200 Subject: [PATCH 1/2] Add more resources --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f9150fea..f776be0f 100644 --- a/README.md +++ b/README.md @@ -563,6 +563,8 @@ described in [RFC 8032] * [crystal-lang.org](https://crystal-lang.org) - Official language site * [devdocs.io](https://devdocs.io/crystal/) - API Documentation Browser with Crystal support * [Programming Crystal](https://pragprog.com/book/crystal/programming-crystal) - PragProg book to start your Crystal journey + * [Usability of Programming Languages](https://gergelyk.github.io/prog-lang-usability/) - Comparison of Python, Rust, Crystal + * [Learn X in Y minutes](https://learnxinyminutes.com/docs/crystal/) - Quick tutorial on Crystal ## Official Documentation Translations * [br.crystal-lang.org](http://br.crystal-lang.org/) - Brazilian From f315a0afba3b0451d3513d1fb8809ea77411b77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Kraso=C5=84?= Date: Wed, 12 Jun 2024 11:55:19 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f776be0f..1d756fdc 100644 --- a/README.md +++ b/README.md @@ -562,9 +562,9 @@ described in [RFC 8032] * [crystal-koans](https://github.com/ilmanzo/crystal-koans) - Learn Crystal by writing unit tests * [crystal-lang.org](https://crystal-lang.org) - Official language site * [devdocs.io](https://devdocs.io/crystal/) - API Documentation Browser with Crystal support + * [Learn X in Y minutes](https://learnxinyminutes.com/docs/crystal/) - Quick tutorial on Crystal * [Programming Crystal](https://pragprog.com/book/crystal/programming-crystal) - PragProg book to start your Crystal journey * [Usability of Programming Languages](https://gergelyk.github.io/prog-lang-usability/) - Comparison of Python, Rust, Crystal - * [Learn X in Y minutes](https://learnxinyminutes.com/docs/crystal/) - Quick tutorial on Crystal ## Official Documentation Translations * [br.crystal-lang.org](http://br.crystal-lang.org/) - Brazilian