Skip to content

Commit 1da45fb

Browse files
Merge pull request #596 from MasseGuillaume/scastie
scastie: link at the top & typo
2 parents 3a6c01e + f7bc10d commit 1da45fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/_posts/2017-02-20-introducing-scastie.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ by: Guillaume Massé
55
title: Introducing Scastie - An interactive playground for Scala.
66
---
77

8-
The Scala Center team is happy to announce the Beta of Scastie.
8+
The Scala Center team is happy to announce the Beta of [Scastie](https://scastie.scala-lang.org).
99

1010
Aleh Aleshka ([OlegYch](https://github.com/OlegYch/)) is the original author of this project. His goal was to create a collaborative debugging tool where you can share and reproduce bugs. The Scala Center has extended Scastie to become an interactive environment for the community.
1111

@@ -15,7 +15,7 @@ Scastie can run any Scala program with any library in your browser. You don't ne
1515

1616
[![scastie](/resources/img/blog/scastie/scastie.png)](/resources/img/blog/scastie/scastie.png)
1717

18-
We run your code in an isolated Java Virtual Machine on our servers. We allow you to specify the scala version, add libraries and much more. By default, we instrument your code to provide a REPL like environment. You can also format your code with scala-fmt. We integrated a [scaladex](https://index.scala-lang.org/) interface to allow you to search the Scala ecosystem and include any published Scala library in your project. You don't need to remember the lastest version of a specific library anymore!
18+
We run your code in an isolated Java Virtual Machine on our servers. We allow you to specify the scala version, add libraries and much more. By default, we instrument your code to provide a REPL-like environment. You can also format your code with scala-fmt. We integrated a [scaladex](https://index.scala-lang.org/) interface to allow you to search the Scala ecosystem and include any published Scala library in your project. You don't need to remember the lastest version of a specific library anymore!
1919

2020
Let's see it in action.
2121

0 commit comments

Comments
 (0)