Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion _ba/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Na ovoj stranici ćemo objasniti osnove Scale.

Scalu možete probati u Vašem browser sa ScalaFiddle 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
2 changes: 1 addition & 1 deletion _es/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ En esta página, practicaremos conceptos básicos de Scala.

Puedes ejecutar Scala en tu navegador con ScalaFiddle.

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.

Expand Down
2 changes: 1 addition & 1 deletion _ja/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ previous-page: tour-of-scala

ScalaFiddleを利用することでブラウザ上でScalaを実行することができます。

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

Expand Down
2 changes: 1 addition & 1 deletion _ko/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ previous-page: tour-of-scala

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

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

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
2 changes: 1 addition & 1 deletion _pl/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Na tej stronie omówimy podstawy języka Scala.

Dzięki ScalaFiddle 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.

Expand Down
2 changes: 1 addition & 1 deletion _ru/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ previous-page: tour-of-scala

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

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

Expand Down
2 changes: 1 addition & 1 deletion _th/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In this page, we will cover basics of Scala.

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

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

Expand Down
2 changes: 1 addition & 1 deletion _tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this page, we will cover the basics of Scala.

You can run Scala in your browser with _ScalaFiddle_. 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.

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ previous-page: tour-of-scala

你可以在浏览器上使用ScalaFiddle运行Scala。

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

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