Skip to content

remove scalafiddle.io reference #2446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _ba/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions _es/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions _ja/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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ボタンをクリックするだけで、そのまま簡単にコードを試すことができます。

## 式
Expand Down
6 changes: 3 additions & 3 deletions _ko/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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와 통합되어 있어 간단히 실행 버튼만 눌러 직접 실험해 볼 수 있다.

## 표현식

Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala-book/prelude-taste-of-scala.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).



Expand Down
1 change: 0 additions & 1 deletion _overviews/scala-book/scala-repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion _overviews/scala3-book/taste-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions _pl/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions _ru/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## Выражения
Expand Down
6 changes: 3 additions & 3 deletions _th/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions _tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions _zh-cn/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 代码。

## 表达式

Expand Down
2 changes: 1 addition & 1 deletion learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down