free-programming-playgrounds.md 3.6 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
* [Dart](#dart)
8
* [Docker](#docker)
A
Alex 已提交
9
* [Elm](#elm)
10
* [Flutter](#flutter)
V
Vyshnav K S 已提交
11
* [GDScript](#gdscript)
Q
Quy Le Ngoc 已提交
12 13
* [Go](#go)
* [Haskell](#haskell)
14
* [Ionic](#ionic)
15
* [Java](#java)
16
* [JavaScript](#javascript)
T
Thyago Luciano 已提交
17
* [Kotlin](#kotlin)
18
* [Kubernetes](#kubernetes)
19
* [.Net](#dotnet)
20
* [Node.js](#nodejs)
R
Razor 已提交
21
* [OCaml](#ocaml)
22
* [Perl](#perl)
23 24
* [PHP](#php)
* [Python](#python)
25
* [R](#r)
26
* [React](#react)
27
* [Redis](#redis)
28
* [Ruby](#ruby)
29
* [Rust](#rust)
30
* [RxJS](#rxjs)
G
Gus Uy 已提交
31
* [Scala](#scala)
V
Victor Felder 已提交
32
* [SQL](#sql)
33
* [Svelte](#svelte)
G
Gus Uy 已提交
34
* [Swift](#swift)
35
* [TypeScript](#typescript)
36 37 38 39 40


### Angular

* [Plunker](http://plnkr.co)
41
* [StackBlitz](https://stackblitz.com/fork/angular)
42 43


44 45 46 47 48
### ClojureScript

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


V
Victor Felder 已提交
49 50 51 52 53
### Crystal

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


54 55
### CSS

56
* [CodePen](https://codepen.io)
57 58 59
* [CSSdeck](http://cssdeck.com)
* [CSSdesk](http://cssdesk.com)
* [Dabblet](http://dabblet.com)
60
* [Flexy Boxes](http://the-echoplex.net/flexyboxes/)
61 62


63 64 65 66 67
### Dart

* [DartPad](https://dartpad.dev)


68 69 70 71 72 73
### Docker

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


A
Alex 已提交
74 75 76 77 78
### Elm

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


79 80 81 82 83
### Flutter

* [Codepen](https://codepen.io/topic/flutter/templates)


V
Vyshnav K S 已提交
84 85 86 87 88
### GDScript

* [GDScript](https://gdscript-online.github.io)


Q
Quy Le Ngoc 已提交
89 90 91 92 93
### Go

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


94 95
### Haskell

96
* [Try Haskell](https://www.tryhaskell.org)
97 98


99 100 101 102 103
### Ionic

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


104 105 106 107 108
### Java

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


109 110
### JavaScript

111
* [CodePen](https://codepen.io)
112
* [CodeSandbox.io](https://codesandbox.io)
113
* [JSBin](http://jsbin.com)
114 115 116 117 118
* [JSFiddle](http://jsfiddle.net)
* [Plunker](http://plnkr.co)
* [Sololearn](https://code.sololearn.com/#html)


T
Thyago Luciano 已提交
119 120
### Kotlin

121
* [Kotlin](https://play.kotlinlang.org)
T
Thyago Luciano 已提交
122 123


124 125 126 127 128 129
### Kubernetes

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


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

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


135 136 137 138 139
### NodeJS

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


R
Razor 已提交
140 141 142 143 144
### OCaml

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


145 146 147 148 149
### Perl

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


150 151 152 153
### PHP

* [Codepad](http://codepad.org)
* [PHPFiddle](http://phpfiddle.org)
154
* [PHPTester](http://phptester.net)
155 156 157 158 159


### Python

* [Codepad](http://codepad.org)
160
* [Python Trinket](https://trinket.io/python)
161
* [Python.org Shell](https://www.python.org/shell)
162
* [Repl.it - NiceDualPoin](https://repl.it/repls/NiceDualPoint#main.py)
163 164


165 166 167 168 169
### R

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


170 171
### React

172
* [CodeSandbox.io](https://codesandbox.io)
K
Ku Lok Sun 已提交
173
* [jscomplete](https://jscomplete.com/playground)
174 175 176
* [StackBlitz](https://stackblitz.com/fork/react)


177 178 179 180 181
### Redis

* [Try Redis](https://try.redis.io)


182 183 184 185 186
### Ruby

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


187
### Rust
188

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


192
### RxJS
193

194
* [StackBlitz](https://stackblitz.com/fork/rxjs)
195 196


A
Alfredo Serafini 已提交
197 198
### Scala

V
Victor Felder 已提交
199 200
* [ScalaFiddle.io](https://scalafiddle.io)
* [ScalaFiddle.net](http://scalafiddle.net)
A
Alexander Fefelov 已提交
201
* [Scastie](https://scastie.scala-lang.org)
202

G
Gus Uy 已提交
203 204 205

### SQL

C
cyril 已提交
206
* [Extends Class](https://extendsclass.com/sqlite-browser.html)
G
Gus Uy 已提交
207 208 209
* [SQLFiddle](http://sqlfiddle.com)


210 211 212
### Svelte

* [StackBlitz](https://stackblitz.com/fork/svelte)
213
* [Svelte REPL](https://svelte.dev/repl)
214 215


G
Gus Uy 已提交
216 217 218
### Swift

* [Online Swift Playground](http://online.swiftplayground.run)
219 220 221 222 223


### TypeScript

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