@@ -12,7 +12,7 @@ use Scala in the browser over at
12
12
13
13
## What is Scastie?
14
14
15
- ** Scastie is... Scala + sbt in your browser!** . You can:
15
+ ** Scastie is... Scala + sbt in your browser!** You can:
16
16
17
17
- use any version of Scala (scalac), or even alternate backends such as Dotty, Scala.js, Scala Native, and Typelevel Scala.
18
18
- use any library published on Maven.
@@ -61,10 +61,9 @@ sharing snippets, and support for Scala.js!
61
61
62
62
We collaborated with <a href =" https://www.47deg.com/ " target =" _blank " >47Deg</a > to provide a fresh UI.
63
63
64
- <a href =" /resources/img/blog/scastie/newui.png " target =" _blank " >
65
- <img alt="scastie screenshot"
66
- src="/resources/img/blog/scastie/newui.png">
67
- </a >
64
+
65
+ <iframe src="https://www.youtube.com/embed/IWirQc3lTy4"
66
+ width="610" height="315" frameborder="0" allowfullscreen></iframe >
68
67
69
68
### Sharing
70
69
@@ -87,12 +86,10 @@ HTML DOM elements referred in your code such as images appears in the editor for
87
86
88
87
Since the execution environment is your browser, you can set breakpoints in your
89
88
javascript inspector. Source mapping is enabled and allowing you to step into
90
- your Scala code.
89
+ your Scala code. This video illustrates how you can debug Scala.js.
91
90
92
- <a href =" /resources/img/blog/scastie/Scala-js-debug.png " target =" _blank " >
93
- <img alt="scastie screenshot"
94
- src="/resources/img/blog/scastie/Scala-js-debug.png">
95
- </a >
91
+ <iframe src="https://www.youtube.com/embed/7RpbfmLiFQA"
92
+ width="610" height="315" frameborder="0" allowfullscreen></iframe >
96
93
97
94
You can try it out yourself: [ ray tracer] ( https://scastie.scala-lang.org/9ZgBIUCQQ6u8bRaJFLI0Yg )
98
95
([ Li Haoyi] ( https://github.com/lihaoyi ) is the author of this demo)
@@ -139,4 +136,4 @@ Scastie is an original idea from Aleh Aleshka ([OlegYch](https://github.com/Oleg
139
136
src="/resources/img/blog/scalacenter/47deg-logo.png">
140
137
</a >
141
138
47Deg worked on the UI design.
142
- </div >
139
+ </div >
0 commit comments