free-programming-playgrounds.md 2.2 KB
Newer Older
1 2 3
### Index

* [Angular](#angular)
4
* [ClojureScript](#clojurescript)
C
Carlos Rocha 已提交
5
* [Crystal](#crystal)
V
Victor Felder 已提交
6
* [CSS](#css)
A
Alex 已提交
7
* [Elm](#elm)
8
* [FlexBox](#flexbox)
Q
Quy Le Ngoc 已提交
9 10
* [Go](#go)
* [Haskell](#haskell)
11
* [JavaScript](#javascript)
T
Thyago Luciano 已提交
12
* [Kotlin](#kotlin)
13
* [.Net](#dotnet)
14
* [Node.js](#nodejs)
R
Razor 已提交
15
* [OCaml](#ocaml)
16
* [Perl](#perl)
17 18
* [PHP](#php)
* [Python](#python)
19
* [R](#r)
20
* [Ruby](#ruby)
21
* [Rust](#rust)
G
Gus Uy 已提交
22
* [Scala](#scala)
V
Victor Felder 已提交
23
* [SQL](#sql)
G
Gus Uy 已提交
24
* [Swift](#swift)
25
* [TypeScript](#typescript)
26 27 28 29 30


### Angular

* [Plunker](http://plnkr.co)
E
eric 已提交
31
* [StackBlitz](https://stackblitz.com)
32 33


34 35 36 37 38
### ClojureScript

* [Web REPL](http://clojurescript.net)


V
Victor Felder 已提交
39 40 41 42 43
### Crystal

* [Compile & run code in Crystal](https://play.crystal-lang.org/#/cr)


44 45
### CSS

46
* [CodePen](https://codepen.io)
47 48 49 50 51
* [CSSdeck](http://cssdeck.com)
* [CSSdesk](http://cssdesk.com)
* [Dabblet](http://dabblet.com)


A
Alex 已提交
52 53 54 55 56
### Elm

* [Ellie](https://ellie-app.com)


V
Victor Felder 已提交
57 58 59 60 61
### FlexBox

* [Echoplex](http://the-echoplex.net/flexyboxes/)


Q
Quy Le Ngoc 已提交
62 63 64 65 66
### Go

* [Go Playground](https://play.golang.org)


67 68
### Haskell

69
* [Try Haskell](https://www.tryhaskell.org)
70 71


72 73
### JavaScript

74
* [CodePen](https://codepen.io)
75
* [CodeSandbox.io](https://codesandbox.io) (_React_)
76
* [JSBin](http://jsbin.com)
77 78 79 80 81
* [JSFiddle](http://jsfiddle.net)
* [Plunker](http://plnkr.co)
* [Sololearn](https://code.sololearn.com/#html)


T
Thyago Luciano 已提交
82 83
### Kotlin

84
* [Kotlin](https://try.kotlinlang.org)
T
Thyago Luciano 已提交
85 86


87
### <a name="dotnet"></a>.NET
G
Gökmen Koç 已提交
88

V
Victor Felder 已提交
89
* [.NET Fiddle](https://dotnetfiddle.net)
G
Gökmen Koç 已提交
90 91


92 93 94 95 96
### NodeJS

* [Ideone](http://ideone.com)


R
Razor 已提交
97 98 99 100 101
### OCaml

* [Try OCaml](https://try.ocamlpro.com)


102 103 104 105 106
### Perl

* [Perl](http://tryperl.pl)


107 108 109 110
### PHP

* [Codepad](http://codepad.org)
* [PHPFiddle](http://phpfiddle.org)
111
* [PHPTester](http://phptester.net)
112 113 114 115 116


### Python

* [Codepad](http://codepad.org)
117
* [Pyfiddle](https://pyfiddle.io)
118 119


120 121 122 123 124
### R

* [R-Fiddle](http://www.r-fiddle.org)


125 126 127 128 129
### Ruby

* [Codepad](http://codepad.org)


130 131 132 133 134
### Rust

* [Rust Playground](http://play.integer32.com)


A
Alfredo Serafini 已提交
135 136
### Scala

V
Victor Felder 已提交
137 138
* [ScalaFiddle.io](https://scalafiddle.io)
* [ScalaFiddle.net](http://scalafiddle.net)
A
Alexander Fefelov 已提交
139
* [Scastie](https://scastie.scala-lang.org)
140

G
Gus Uy 已提交
141 142 143

### SQL

C
cyril 已提交
144
* [Extends Class](https://extendsclass.com/sqlite-browser.html)
G
Gus Uy 已提交
145 146 147 148 149 150
* [SQLFiddle](http://sqlfiddle.com)


### Swift

* [Online Swift Playground](http://online.swiftplayground.run)
151 152 153 154 155


### TypeScript

* [Playground](https://www.typescriptlang.org/play/index.html)