From af64fd2d899f2e8e005e9a663ec38b2f5bba2d66 Mon Sep 17 00:00:00 2001 From: kulsoom2003 Date: Tue, 22 Oct 2024 22:53:16 +0100 Subject: [PATCH 1/3] replacedGitterWithDiscord --- book/src/pages/expressions/05-exercises.md | 4 ++-- book/src/pages/foreword-1.md | 3 +-- book/src/pages/links.md | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/book/src/pages/expressions/05-exercises.md b/book/src/pages/expressions/05-exercises.md index b9c5a1ea..6647d2e3 100644 --- a/book/src/pages/expressions/05-exercises.md +++ b/book/src/pages/expressions/05-exercises.md @@ -38,8 +38,8 @@ A bit of exploration should convince you that yes, Scala does maintain the stand Below we've written a number of expressions. For each expression, try to answer the questions: -1. It will compile? -2. If it compiles, what is it's type? +1. Will it compile? +2. If it compiles, what is its type? 3. If it compiles can it be evaluated, or will it fail at run-time? Then try to check your guesses using the worksheet. If you guessed wrong, try to think about what part of your understanding is incorrect. diff --git a/book/src/pages/foreword-1.md b/book/src/pages/foreword-1.md index 283a12ec..40bdc41c 100644 --- a/book/src/pages/foreword-1.md +++ b/book/src/pages/foreword-1.md @@ -85,8 +85,7 @@ This is an *early access* release of Creative Scala. There may be typos and other errors in the text and examples. If you spot any mistakes or would like to provide feedback, -please let us know via our [Gitter chat room][underscore-gitter] -or by email: +please let us know via our [Discord server][creative-scala-discord] or by email: - Dave Gurnell ([dave@underscore.io](mailto:dave@underscore.io)) - Noel Welsh ([noel@underscore.io](mailto:noel@underscore.io)) diff --git a/book/src/pages/links.md b/book/src/pages/links.md index f9ce6fb5..2cfc9a66 100644 --- a/book/src/pages/links.md +++ b/book/src/pages/links.md @@ -2,7 +2,7 @@ [github-creative-scala]: https://github.com/underscoreio/creative-scala [essential-scala]: http://underscore.io/training/courses/essential-scala [underscore-github]: https://github.com/underscoreio -[underscore-gitter]: https://gitter.im/underscoreio/scala +[creative-scala-discord]: https://discord.com/invite/rRhcFbJxVG [underscore]: http://underscore.io [twitter-dave]: http://twitter.com/davegurnell [twitter-jono]: http://twitter.com/jonoabroad From 6c7c2f58c35da1f10066f1d1630d2feb4ff58445 Mon Sep 17 00:00:00 2001 From: kulsoom2003 Date: Wed, 23 Oct 2024 00:35:32 +0100 Subject: [PATCH 2/3] replacedAllGitterMentions --- book/src/pages/foreword-1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/pages/foreword-1.md b/book/src/pages/foreword-1.md index 40bdc41c..dfc3d023 100644 --- a/book/src/pages/foreword-1.md +++ b/book/src/pages/foreword-1.md @@ -65,14 +65,14 @@ For further advancement we recommend considering one of the many excellent Scala textbooks out there, including our own [Essential Scala][essential-scala]. If you are working through the exercises on your own, -we highly recommend joining our [Gitter chat room][underscore-gitter] +we highly recommend joining our [Discord server][creative-scala-discord] to provide get help with the exercises and provide feedback on the book. The text of [Creative Scala][github-creative-scala] is open source, as is the source code for the [Doodle][github-doodle] drawing library used in the exercises. You can grab the code from our [GitHub account][underscore-github]. -Contact us on Gitter or by email if you would like to contribute. +Contact us on Discord or by email if you would like to contribute. Thanks for downloading and happy creative programming! From d5cd74430c4fd035d4dbbb49997549c3f3946c12 Mon Sep 17 00:00:00 2001 From: kulsoom2003 <52156367+kulsoom2003@users.noreply.github.com> Date: Wed, 23 Oct 2024 01:22:21 +0100 Subject: [PATCH 3/3] Update Gitter reference in index.md --- book/src/pages/summary/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/pages/summary/index.md b/book/src/pages/summary/index.md index 87042736..d2a4d73c 100644 --- a/book/src/pages/summary/index.md +++ b/book/src/pages/summary/index.md @@ -234,7 +234,7 @@ discussing and demonstrating core design patterns and the benefits they offer. If you want to challenge yourself, try drawing something more complex with Doodle and -sharing it with us via [Gitter][underscore-gitter]. +sharing it with us via [Discord][creative-scala-discord]. There are lots of things you can try---check the `examples` directory in the Doodle codebase for some suggestions: