-
Notifications
You must be signed in to change notification settings - Fork 322
/
Copy pathscastie.html
29 lines (29 loc) · 969 Bytes
/
scastie.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<section class="run-scala">
<div class="wrap">
<div class="heading-line">
<h2><span>Run Scala in your browser</span></h2>
<p class="lead">
Scastie is Scala + <a href="https://www.scala-sbt.org/">sbt</a> in your browser!
You can use any version of Scala, or even alternate backends
such as Dotty, Scala.js, Scala Native, and Typelevel Scala. You can use
any published library. You can save and share Scala programs/builds
with anybody.
</p>
</div>
</div>
<div class="call-to-action action-medium">
<a href="{{site.data.common.scastieUrl}}" class="button" target="_blank">Learn More</a>
</div>
<div class="wrap">
<div class="code-element">
<div class="bar-code"></div>
<div class="scastie-code-container">
<textarea id="scastie-textarea"></textarea>
</div>
<div class="btn-run">
<i class="fa fa-play"></i>
<span>Run Scala code interactively</span>
</div>
</div>
</div>
</section>