Skip to content

Commit 2ec7e22

Browse files
slee500Sean Lee
and
Sean Lee
authored
remove scalafiddle.io reference (scala#2446)
* remove scalafiddle.io reference Co-authored-by: Sean Lee <sean.lee@grabpay.com>
1 parent a8e37ee commit 2ec7e22

File tree

13 files changed

+29
-30
lines changed

13 files changed

+29
-30
lines changed

_ba/tour/basics.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Na ovoj stranici ćemo objasniti osnove Scale.
1414

1515
## Probavanje Scale u browseru
1616

17-
Scalu možete probati u Vašem browser sa ScalaFiddle aplikacijom.
17+
Scalu možete probati u Vašem browser sa Scastie aplikacijom.
1818

19-
1. Idite na [https://scalafiddle.io](https://scalafiddle.io).
19+
1. Idite na [Scastie](https://scastie.scala-lang.org/).
2020
2. Zalijepite `println("Hello, world!")` u lijevi panel.
2121
3. Kliknite "Run" dugme. Izlaz će se pojaviti u desnom panelu.
2222

_es/tour/basics.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ En esta página, practicaremos conceptos básicos de Scala.
1313

1414
## Probando Scala en el navegador
1515

16-
Puedes ejecutar Scala en tu navegador con ScalaFiddle.
16+
Puedes ejecutar Scala en tu navegador con Scastie.
1717

18-
1. Ve a [https://scalafiddle.io](https://scalafiddle.io).
18+
1. Ve a [Scastie](https://scastie.scala-lang.org/).
1919
2. Escribe `println("Hello, world!")` en el panel a la izquierda.
2020
3. Presiona el botón "Run". En el panel de la derecha aparecerá el resultado.
2121

2222
Así, de manera fácil y sin preparación, puedes probar fragmentos de código Scala.
2323

24-
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".
24+
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".
2525

2626
## Expresiones
2727

_ja/tour/basics.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ previous-page: tour-of-scala
1212

1313
## Scalaをブラウザで試してみる
1414

15-
ScalaFiddleを利用することでブラウザ上でScalaを実行することができます
15+
Scastieを利用することでブラウザ上でScalaを実行することができます
1616

17-
1. [https://scalafiddle.io](https://scalafiddle.io)を開きます。
17+
1. [Scastie](https://scastie.scala-lang.org/)を開きます。
1818
2. 左側のパネルに`println("Hello, world!")`を貼り付けます。
1919
3. "Run"ボタンを押すと、右側のパネルに出力が表示されます。
2020

2121
このサイトを使えば、簡単にセットアップせずScalaのコードの一部を試すことができます。
2222

23-
このドキュメントの多くのコードの例はScalaFiddleで開発されています
23+
このドキュメントの多くのコードの例はScastieで開発されています
2424
そのため、サンプルコード内のRunボタンをクリックするだけで、そのまま簡単にコードを試すことができます。
2525

2626
##

_ko/tour/basics.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ previous-page: tour-of-scala
1414

1515
## 브라우저에서 스칼라 사용하기
1616

17-
ScalaFiddle를 사용하면 브라우저에서 스칼라를 실행해 볼 수 있다.
17+
Scastie를 사용하면 브라우저에서 스칼라를 실행해 볼 수 있다.
1818

19-
1. [https://scalafiddle.io](https://scalafiddle.io) 로 간다.
19+
1. [Scastie](https://scastie.scala-lang.org/) 로 간다.
2020
2. 왼쪽 창에 `println("Hello, world!")` 를 붙여 넣는다.
2121
3. 실행 버튼을 누르면 오른쪽 창에서 출력을 확인할 수 있다.
2222

2323
이는 설정 없이 스칼라 코드들을 손쉽게 실험할 수 있는 방법이다.
2424

25-
이 페이지의 많은 예제 코드가 ScalaFiddle와 통합되어 있어 간단히 실행 버튼만 눌러 직접 실험해 볼 수 있다.
25+
이 페이지의 많은 예제 코드가 Scastie와 통합되어 있어 간단히 실행 버튼만 눌러 직접 실험해 볼 수 있다.
2626

2727
## 표현식
2828

_overviews/scala-book/prelude-taste-of-scala.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ new-version: /scala3/book/taste-intro.html
1414

1515
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.
1616

17-
>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).
17+
>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/).
1818
1919

2020

_overviews/scala-book/scala-repl.md

-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,5 @@ In addition to the REPL there are a couple of other, similar tools you can use:
7373
- [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
7474
- IntelliJ IDEA has a Worksheet plugin that lets you do the same things inside your IDE
7575
- The Scala IDE for Eclipse also has a Worksheet plugin
76-
- [scalafiddle.io](https://scalafiddle.io) lets you run similar experiments in a web browser
7776

7877
For more information on the Scala REPL, see the [Scala REPL overview]({{site.baseurl}}/overviews/repl/overview.html)

_overviews/scala3-book/taste-summary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In the previous sections you saw:
2020
- How to use objects for several purposes
2121
- An introduction to [contextual abstraction][contextual]
2222

23-
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).
23+
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/).
2424

2525
Scala has even more features that aren’t covered in this whirlwind tour.
2626
See the remainder of this book and the [Reference documentation][reference] for many more details.

_pl/tour/basics.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Na tej stronie omówimy podstawy języka Scala.
1313

1414
## Uruchamianie Scali w przeglądarce
1515

16-
Dzięki ScalaFiddle możesz uruchomić Scalę w swojej przeglądarce.
16+
Dzięki Scastie możesz uruchomić Scalę w swojej przeglądarce.
1717

18-
1. Przejdź do [https://scalafiddle.io](https://scalafiddle.io).
18+
1. Przejdź do [Scastie](https://scastie.scala-lang.org/).
1919
2. Wklej kod `println("Hello, world!")` w polu po lewej stronie.
2020
3. Naciśnij przycisk "Run". W panelu po prawej stronie pojawi się wynik działania programu.
2121

2222
Jest to prosta i niewymagająca żadnej instalacji metoda do eksperymentowania z kodem w Scali.
2323

24-
Wiele przykładów kodu w tym przewodniku jest również zintegrowana ze ScalaFiddle,
24+
Wiele przykładów kodu w tym przewodniku jest również zintegrowana ze Scastie,
2525
dzięki czemu można je wypróbować wciskając po prostu przycisk "Run".
2626

2727
## Wyrażenia

_ru/tour/basics.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ previous-page: tour-of-scala
1212

1313
## Попробовать Scala в браузере.
1414

15-
Вы можете запустить Scala в браузере с помощью ScalaFiddle.
15+
Вы можете запустить Scala в браузере с помощью Scastie.
1616

17-
1. Зайдите на [https://scalafiddle.io](https://scalafiddle.io).
17+
1. Зайдите на [Scastie](https://scastie.scala-lang.org/).
1818
2. Вставьте `println("Hello, world!")` в левую панель.
1919
3. Нажмите кнопку "Run". Вывод отобразится в правой панели.
2020

2121
Это простой способ поэкспериментировать со Scala кодом без всяких настроек.
2222

23-
Большинство примеров кода в этой документации также интегрированы с ScalaFiddle,
23+
Большинство примеров кода в этой документации также интегрированы с Scastie,
2424
поэтому вы можете поэкспериментировать с ними, просто нажав кнопку Run.
2525

2626
## Выражения

_th/tour/basics.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ In this page, we will cover basics of Scala.
1515

1616
## ทดลอง Scala ในเว็บบราวเซอร์
1717

18-
เราสามารถรัน Scala ในเว็บเบราว์เซอร์ด้วย ScalaFiddle
18+
เราสามารถรัน Scala ในเว็บเบราว์เซอร์ด้วย Scastie
1919

20-
1. ไปที่ [https://scalafiddle.io](https://scalafiddle.io).
20+
1. ไปที่ [Scastie](https://scastie.scala-lang.org/).
2121
2. วาง `println("Hello, world!")` ในด้านซ้าย.
2222
3. กดที่ปุ่ม "Run" . output จะแสดงในด้านขวา
2323

2424
ในขั้นตอนนี้ง่ายมาก ที่จะได้ประสบการณ์ของเรากับ Scala
2525

26-
หลายๆ โค้ดตัวอย่างในเอกสารนี้จะฝังใน ScalaFiddle ซึ่งคุณสามารถกดที่ปุ่ม Run เพื่อดูว่าโด้นนั้นๆ จะได้ผลลัพธ์อย่างไร
26+
หลายๆ โค้ดตัวอย่างในเอกสารนี้จะฝังใน Scastie ซึ่งคุณสามารถกดที่ปุ่ม Run เพื่อดูว่าโด้นนั้นๆ จะได้ผลลัพธ์อย่างไร
2727

2828
## Expressions
2929

_tour/basics.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ In this page, we will cover the basics of Scala.
1414

1515
## Trying Scala in the Browser
1616

17-
You can run Scala in your browser with _ScalaFiddle_. This is an easy, zero-setup way to experiment with pieces of Scala code:
17+
You can run Scala in your browser with _Scastie_. This is an easy, zero-setup way to experiment with pieces of Scala code:
1818

19-
1. Go to [https://scalafiddle.io](https://scalafiddle.io).
19+
1. Go to [Scastie](https://scastie.scala-lang.org/).
2020
2. Paste `println("Hello, world!")` in the left pane.
2121
3. Click __Run__. The output appears in the right pane.
2222

23-
_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.
23+
_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.
2424

2525
## Expressions
2626

_zh-cn/tour/basics.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ previous-page: tour-of-scala
1414

1515
## 在浏览器上尝试Scala
1616

17-
你可以在浏览器上使用ScalaFiddle运行Scala
17+
你可以在浏览器上使用Scastie运行Scala
1818

19-
1. 打开[https://scalafiddle.io](https://scalafiddle.io)
19+
1. 打开[Scastie](https://scastie.scala-lang.org/)
2020
2. 在左侧窗格中粘贴`println("Hello, world!")`
2121
3. 点击"Run"按钮,输出将展现在右侧窗格中。
2222

2323
这是一种简单的、零设置的方法来实践Scala的代码片段。
2424

25-
这篇文档中的大部分代码示例与 ScalaFiddle 进行了集成,可以通过点击 “Run” 按钮即来直接运行 Scala 代码。
25+
这篇文档中的大部分代码示例与 Scastie 进行了集成,可以通过点击 “Run” 按钮即来直接运行 Scala 代码。
2626

2727
## 表达式
2828

learn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ redirect_from:
77

88
## Try Scala in your browser!
99

10-
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/).
10+
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/).
1111

1212
## Online courses from the Scala Center
1313

0 commit comments

Comments
 (0)