diff --git a/_ba/tour/basics.md b/_ba/tour/basics.md index bff0c133c4..0734ab5c7f 100644 --- a/_ba/tour/basics.md +++ b/_ba/tour/basics.md @@ -14,9 +14,9 @@ Na ovoj stranici ćemo objasniti osnove Scale. ## Probavanje Scale u browseru -Scalu možete probati u Vašem browser sa ScalaFiddle aplikacijom. +Scalu možete probati u Vašem browser sa Scastie aplikacijom. -1. Idite na [https://scalafiddle.io](https://scalafiddle.io). +1. Idite na [Scastie](https://scastie.scala-lang.org/). 2. Zalijepite `println("Hello, world!")` u lijevi panel. 3. Kliknite "Run" dugme. Izlaz će se pojaviti u desnom panelu. diff --git a/_es/tour/basics.md b/_es/tour/basics.md index ba3519ef02..77f908b386 100644 --- a/_es/tour/basics.md +++ b/_es/tour/basics.md @@ -13,15 +13,15 @@ En esta página, practicaremos conceptos básicos de Scala. ## Probando Scala en el navegador -Puedes ejecutar Scala en tu navegador con ScalaFiddle. +Puedes ejecutar Scala en tu navegador con Scastie. -1. Ve a [https://scalafiddle.io](https://scalafiddle.io). +1. Ve a [Scastie](https://scastie.scala-lang.org/). 2. Escribe `println("Hello, world!")` en el panel a la izquierda. 3. Presiona el botón "Run". En el panel de la derecha aparecerá el resultado. Así, de manera fácil y sin preparación, puedes probar fragmentos de código Scala. -Muchos ejemplos de código en esta documentación están integrados con ScalaFiddle, y así puedes probarlos directamente solo con pulsar el botón "Run". +Muchos ejemplos de código en esta documentación están integrados con Scastie, y así puedes probarlos directamente solo con pulsar el botón "Run". ## Expresiones diff --git a/_ja/tour/basics.md b/_ja/tour/basics.md index 09c7033f3a..7010cadab8 100644 --- a/_ja/tour/basics.md +++ b/_ja/tour/basics.md @@ -12,15 +12,15 @@ previous-page: tour-of-scala ## Scalaをブラウザで試してみる -ScalaFiddleを利用することでブラウザ上でScalaを実行することができます。 +Scastieを利用することでブラウザ上でScalaを実行することができます。 -1. [https://scalafiddle.io](https://scalafiddle.io)を開きます。 +1. [Scastie](https://scastie.scala-lang.org/)を開きます。 2. 左側のパネルに`println("Hello, world!")`を貼り付けます。 3. "Run"ボタンを押すと、右側のパネルに出力が表示されます。 このサイトを使えば、簡単にセットアップせずScalaのコードの一部を試すことができます。 -このドキュメントの多くのコードの例はScalaFiddleで開発されています。 +このドキュメントの多くのコードの例はScastieで開発されています。 そのため、サンプルコード内のRunボタンをクリックするだけで、そのまま簡単にコードを試すことができます。 ## 式 diff --git a/_ko/tour/basics.md b/_ko/tour/basics.md index 21c8b94cdf..3b1eb665bc 100644 --- a/_ko/tour/basics.md +++ b/_ko/tour/basics.md @@ -14,15 +14,15 @@ previous-page: tour-of-scala ## 브라우저에서 스칼라 사용하기 -ScalaFiddle를 사용하면 브라우저에서 스칼라를 실행해 볼 수 있다. +Scastie를 사용하면 브라우저에서 스칼라를 실행해 볼 수 있다. -1. [https://scalafiddle.io](https://scalafiddle.io) 로 간다. +1. [Scastie](https://scastie.scala-lang.org/) 로 간다. 2. 왼쪽 창에 `println("Hello, world!")` 를 붙여 넣는다. 3. 실행 버튼을 누르면 오른쪽 창에서 출력을 확인할 수 있다. 이는 설정 없이 스칼라 코드들을 손쉽게 실험할 수 있는 방법이다. -이 페이지의 많은 예제 코드가 ScalaFiddle와 통합되어 있어 간단히 실행 버튼만 눌러 직접 실험해 볼 수 있다. +이 페이지의 많은 예제 코드가 Scastie와 통합되어 있어 간단히 실행 버튼만 눌러 직접 실험해 볼 수 있다. ## 표현식 diff --git a/_overviews/scala-book/prelude-taste-of-scala.md b/_overviews/scala-book/prelude-taste-of-scala.md index be181e9433..970631acf6 100644 --- a/_overviews/scala-book/prelude-taste-of-scala.md +++ b/_overviews/scala-book/prelude-taste-of-scala.md @@ -14,7 +14,7 @@ new-version: /scala3/book/taste-intro.html Our hope in this book is to demonstrate that [Scala](http://scala-lang.org) is a beautiful, modern, expressive programming language. To help demonstrate that, in this first chapter we’ll jump right in and provide a whirlwind tour of Scala’s main features. After this tour, the book begins with a more traditional “Getting Started” chapter. ->In this book we assume that you’ve used a language like Java before, and are ready to see a series of Scala examples to get a feel for what the language looks like. Although it’s not 100% necessary, it will also help if you’ve already [downloaded and installed Scala](https://www.scala-lang.org/download) so you can test the examples as you go along. You can also test these examples online with [ScalaFiddle.io](https://scalafiddle.io). +>In this book we assume that you’ve used a language like Java before, and are ready to see a series of Scala examples to get a feel for what the language looks like. Although it’s not 100% necessary, it will also help if you’ve already [downloaded and installed Scala](https://www.scala-lang.org/download) so you can test the examples as you go along. You can also test these examples online with [Scastie](https://scastie.scala-lang.org/). diff --git a/_overviews/scala-book/scala-repl.md b/_overviews/scala-book/scala-repl.md index 844a6397e7..dca6df5007 100644 --- a/_overviews/scala-book/scala-repl.md +++ b/_overviews/scala-book/scala-repl.md @@ -73,6 +73,5 @@ In addition to the REPL there are a couple of other, similar tools you can use: - [Scastie](https://scastie.scala-lang.org) is “an interactive playground for Scala” with several nice features, including being able to control build settings and share code snippets - IntelliJ IDEA has a Worksheet plugin that lets you do the same things inside your IDE - The Scala IDE for Eclipse also has a Worksheet plugin -- [scalafiddle.io](https://scalafiddle.io) lets you run similar experiments in a web browser For more information on the Scala REPL, see the [Scala REPL overview]({{site.baseurl}}/overviews/repl/overview.html) diff --git a/_overviews/scala3-book/taste-summary.md b/_overviews/scala3-book/taste-summary.md index a80297b2d9..46a5b55623 100644 --- a/_overviews/scala3-book/taste-summary.md +++ b/_overviews/scala3-book/taste-summary.md @@ -20,7 +20,7 @@ In the previous sections you saw: - How to use objects for several purposes - An introduction to [contextual abstraction][contextual] -We also mentioned that if you prefer using a browser-based playground environment instead of the Scala REPL, you can also use [Scastie.scala-lang.org](https://scastie.scala-lang.org/?target=dotty) or [ScalaFiddle.io](https://scalafiddle.io). +We also mentioned that if you prefer using a browser-based playground environment instead of the Scala REPL, you can also use [Scastie](https://scastie.scala-lang.org/). Scala has even more features that aren’t covered in this whirlwind tour. See the remainder of this book and the [Reference documentation][reference] for many more details. diff --git a/_pl/tour/basics.md b/_pl/tour/basics.md index 903ecdcfe7..0ef54f6a33 100644 --- a/_pl/tour/basics.md +++ b/_pl/tour/basics.md @@ -13,15 +13,15 @@ Na tej stronie omówimy podstawy języka Scala. ## Uruchamianie Scali w przeglądarce -Dzięki ScalaFiddle możesz uruchomić Scalę w swojej przeglądarce. +Dzięki Scastie możesz uruchomić Scalę w swojej przeglądarce. -1. Przejdź do [https://scalafiddle.io](https://scalafiddle.io). +1. Przejdź do [Scastie](https://scastie.scala-lang.org/). 2. Wklej kod `println("Hello, world!")` w polu po lewej stronie. 3. Naciśnij przycisk "Run". W panelu po prawej stronie pojawi się wynik działania programu. Jest to prosta i niewymagająca żadnej instalacji metoda do eksperymentowania z kodem w Scali. -Wiele przykładów kodu w tym przewodniku jest również zintegrowana ze ScalaFiddle, +Wiele przykładów kodu w tym przewodniku jest również zintegrowana ze Scastie, dzięki czemu można je wypróbować wciskając po prostu przycisk "Run". ## Wyrażenia diff --git a/_ru/tour/basics.md b/_ru/tour/basics.md index 518662c9f6..af6e4ce4f3 100644 --- a/_ru/tour/basics.md +++ b/_ru/tour/basics.md @@ -12,15 +12,15 @@ previous-page: tour-of-scala ## Попробовать Scala в браузере. -Вы можете запустить Scala в браузере с помощью ScalaFiddle. +Вы можете запустить Scala в браузере с помощью Scastie. -1. Зайдите на [https://scalafiddle.io](https://scalafiddle.io). +1. Зайдите на [Scastie](https://scastie.scala-lang.org/). 2. Вставьте `println("Hello, world!")` в левую панель. 3. Нажмите кнопку "Run". Вывод отобразится в правой панели. Это простой способ поэкспериментировать со Scala кодом без всяких настроек. -Большинство примеров кода в этой документации также интегрированы с ScalaFiddle, +Большинство примеров кода в этой документации также интегрированы с Scastie, поэтому вы можете поэкспериментировать с ними, просто нажав кнопку Run. ## Выражения diff --git a/_th/tour/basics.md b/_th/tour/basics.md index 48c285511e..2b2100b153 100644 --- a/_th/tour/basics.md +++ b/_th/tour/basics.md @@ -15,15 +15,15 @@ In this page, we will cover basics of Scala. ## ทดลอง Scala ในเว็บบราวเซอร์ -เราสามารถรัน Scala ในเว็บเบราว์เซอร์ด้วย ScalaFiddle +เราสามารถรัน Scala ในเว็บเบราว์เซอร์ด้วย Scastie -1. ไปที่ [https://scalafiddle.io](https://scalafiddle.io). +1. ไปที่ [Scastie](https://scastie.scala-lang.org/). 2. วาง `println("Hello, world!")` ในด้านซ้าย. 3. กดที่ปุ่ม "Run" . output จะแสดงในด้านขวา ในขั้นตอนนี้ง่ายมาก ที่จะได้ประสบการณ์ของเรากับ Scala -หลายๆ โค้ดตัวอย่างในเอกสารนี้จะฝังใน ScalaFiddle ซึ่งคุณสามารถกดที่ปุ่ม Run เพื่อดูว่าโด้นนั้นๆ จะได้ผลลัพธ์อย่างไร +หลายๆ โค้ดตัวอย่างในเอกสารนี้จะฝังใน Scastie ซึ่งคุณสามารถกดที่ปุ่ม Run เพื่อดูว่าโด้นนั้นๆ จะได้ผลลัพธ์อย่างไร ## Expressions diff --git a/_tour/basics.md b/_tour/basics.md index 2ba7e70655..5ef700a039 100644 --- a/_tour/basics.md +++ b/_tour/basics.md @@ -14,13 +14,13 @@ In this page, we will cover the basics of Scala. ## Trying Scala in the Browser -You can run Scala in your browser with _ScalaFiddle_. This is an easy, zero-setup way to experiment with pieces of Scala code: +You can run Scala in your browser with _Scastie_. This is an easy, zero-setup way to experiment with pieces of Scala code: -1. Go to [https://scalafiddle.io](https://scalafiddle.io). +1. Go to [Scastie](https://scastie.scala-lang.org/). 2. Paste `println("Hello, world!")` in the left pane. 3. Click __Run__. The output appears in the right pane. -_ScalaFiddle_ is integrated with some of the code examples in this documentation; if you see a __Run__ button in a code example below, click it to directly experiment with the code. +_Scastie_ is integrated with some of the code examples in this documentation; if you see a __Run__ button in a code example below, click it to directly experiment with the code. ## Expressions diff --git a/_zh-cn/tour/basics.md b/_zh-cn/tour/basics.md index c46e11c857..4a270d9776 100644 --- a/_zh-cn/tour/basics.md +++ b/_zh-cn/tour/basics.md @@ -14,15 +14,15 @@ previous-page: tour-of-scala ## 在浏览器上尝试Scala -你可以在浏览器上使用ScalaFiddle运行Scala。 +你可以在浏览器上使用Scastie运行Scala。 -1. 打开[https://scalafiddle.io](https://scalafiddle.io); +1. 打开[Scastie](https://scastie.scala-lang.org/); 2. 在左侧窗格中粘贴`println("Hello, world!")`; 3. 点击"Run"按钮,输出将展现在右侧窗格中。 这是一种简单的、零设置的方法来实践Scala的代码片段。 -这篇文档中的大部分代码示例与 ScalaFiddle 进行了集成,可以通过点击 “Run” 按钮即来直接运行 Scala 代码。 +这篇文档中的大部分代码示例与 Scastie 进行了集成,可以通过点击 “Run” 按钮即来直接运行 Scala 代码。 ## 表达式 diff --git a/learn.md b/learn.md index 531c2dea7a..590ae7c0d4 100644 --- a/learn.md +++ b/learn.md @@ -7,7 +7,7 @@ redirect_from: ## Try Scala in your browser! -There are a handful of websites where you can interactively run Scala code in your browser! Have a look at [ScalaFiddle](https://scalafiddle.io/) and [Scastie](https://scastie.org/). +There are a handful of websites where you can interactively run Scala code in your browser! Have a look at [Scastie](https://scastie.scala-lang.org/). ## Online courses from the Scala Center