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

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


### Angular

* [Plunker](http://plnkr.co)
37
* [StackBlitz](https://stackblitz.com/fork/angular)
38 39


40 41 42 43 44
### ClojureScript

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


V
Victor Felder 已提交
45 46 47 48 49
### Crystal

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


50 51
### CSS

52
* [CodePen](https://codepen.io)
53 54 55
* [CSSdeck](http://cssdeck.com)
* [CSSdesk](http://cssdesk.com)
* [Dabblet](http://dabblet.com)
56
* [Flexy Boxes](http://the-echoplex.net/flexyboxes/)
57 58


59 60 61 62 63 64
### Docker

* [Katakoda](https://www.katacoda.com/courses/docker/playground)
* [Play with Docker](https://labs.play-with-docker.com)


A
Alex 已提交
65 66 67 68 69
### Elm

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


Q
Quy Le Ngoc 已提交
70 71 72 73 74
### Go

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


75 76
### Haskell

77
* [Try Haskell](https://www.tryhaskell.org)
78 79


80 81 82 83 84
### Ionic

* [StackBlitz](https://stackblitz.com/fork/ionic)


85 86 87 88 89
### Java

* [repl.it](https://repl.it) (_including a separate Java/Swing_)


90 91
### JavaScript

92
* [CodePen](https://codepen.io)
93
* [CodeSandbox.io](https://codesandbox.io)
94
* [JSBin](http://jsbin.com)
95 96 97 98 99
* [JSFiddle](http://jsfiddle.net)
* [Plunker](http://plnkr.co)
* [Sololearn](https://code.sololearn.com/#html)


T
Thyago Luciano 已提交
100 101
### Kotlin

102
* [Kotlin](https://play.kotlinlang.org)
T
Thyago Luciano 已提交
103 104


105 106 107 108 109 110
### Kubernetes

* [Katakoda](https://www.katacoda.com/courses/kubernetes/playground)
* [Play with Kubernetes](https://labs.play-with-k8s.com)


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

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


116 117 118 119 120
### NodeJS

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


R
Razor 已提交
121 122 123 124 125
### OCaml

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


126 127 128 129 130
### Perl

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


131 132 133 134
### PHP

* [Codepad](http://codepad.org)
* [PHPFiddle](http://phpfiddle.org)
135
* [PHPTester](http://phptester.net)
136 137 138 139 140 141 142


### Python

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


143 144 145 146 147
### R

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


148 149
### React

150
* [CodeSandbox.io](https://codesandbox.io)
151 152 153
* [StackBlitz](https://stackblitz.com/fork/react)


154 155 156 157 158
### Ruby

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


159
### Rust
160

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


164
### RxJS
165

166
* [StackBlitz](https://stackblitz.com/fork/rxjs)
167 168


A
Alfredo Serafini 已提交
169 170
### Scala

V
Victor Felder 已提交
171 172
* [ScalaFiddle.io](https://scalafiddle.io)
* [ScalaFiddle.net](http://scalafiddle.net)
A
Alexander Fefelov 已提交
173
* [Scastie](https://scastie.scala-lang.org)
174

G
Gus Uy 已提交
175 176 177

### SQL

C
cyril 已提交
178
* [Extends Class](https://extendsclass.com/sqlite-browser.html)
G
Gus Uy 已提交
179 180 181
* [SQLFiddle](http://sqlfiddle.com)


182 183 184 185 186
### Svelte

* [StackBlitz](https://stackblitz.com/fork/svelte)


G
Gus Uy 已提交
187 188 189
### Swift

* [Online Swift Playground](http://online.swiftplayground.run)
190 191 192 193 194


### TypeScript

* [Playground](https://www.typescriptlang.org/play/index.html)
195
* [StackBlitz](https://stackblitz.com/fork/typescript)