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

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


43 44 45 46 47 48 49 50 51 52 53 54
### <a name="c"></a>C

* [SoloLearn](https://code.sololearn.com/c)


### <a name="csharp"></a>C#

* [SoloLearn](https://code.sololearn.com/csharp)


### <a name="cpp"></a>C++

55 56
* [LabStack](https://code.labstack.com/cpp)
* [OnlineGDB](https://www.onlinegdb.com/online_c++_compiler)
57 58 59
* [SoloLearn](https://code.sololearn.com/cpp)


60 61
### ClojureScript

E
ErvinaDe 已提交
62
* [Replumb REPL](https://clojurescript.io)
63 64 65
* [Web REPL](http://clojurescript.net)


V
Victor Felder 已提交
66 67 68 69 70
### Crystal

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


71 72
### CSS

73
* [CodePen](https://codepen.io)
74 75 76
* [CSSdeck](http://cssdeck.com)
* [CSSdesk](http://cssdesk.com)
* [Dabblet](http://dabblet.com)
77
* [Flexy Boxes](http://the-echoplex.net/flexyboxes/)
78
* [SoloLearn](https://code.sololearn.com/web#css)
79 80


81 82 83 84 85
### Dart

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


86 87 88 89 90 91
### Docker

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


A
Alex 已提交
92 93 94
### Elm

* [Ellie](https://ellie-app.com)
H
Harshit-lab 已提交
95
* [Try Elm!](https://elm-lang.org/try)
A
Alex 已提交
96 97


98 99 100
### Flutter

* [Codepen](https://codepen.io/topic/flutter/templates)
H
Harshit-lab 已提交
101
* [Flutter Studio](https://flutterstudio.app)
102 103


V
Vyshnav K S 已提交
104 105 106 107 108
### GDScript

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


S
Shabab Karim 已提交
109 110 111 112 113
### Git

* [Git](https://learngitbranching.js.org/?NODEMO)


Q
Quy Le Ngoc 已提交
114 115 116
### Go

* [Go Playground](https://play.golang.org)
117
* [SoloLearn](https://code.sololearn.com/go)
Q
Quy Le Ngoc 已提交
118 119


120 121
### Haskell

122
* [Try Haskell](https://www.tryhaskell.org)
123 124


125 126 127 128 129
### Ionic

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


130 131 132
### Java

* [repl.it](https://repl.it) (_including a separate Java/Swing_)
133
* [SoloLearn](https://code.sololearn.com/java)
134 135


136 137
### JavaScript

138
* [CodePen](https://codepen.io)
139
* [CodeSandbox.io](https://codesandbox.io)
140
* [Esfiddle](https://esfiddle.net)
141
* [JSBin](http://jsbin.com)
142 143
* [JSFiddle](http://jsfiddle.net)
* [Plunker](http://plnkr.co)
144
* [SoloLearn](https://code.sololearn.com/web#javascript)
145 146


147 148 149 150 151 152 153
#### AngularJS

> :information_source: See also &#8230; [Angular](#angular)

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


T
Thyago Luciano 已提交
154 155
### Kotlin

156
* [Kotlin](https://play.kotlinlang.org)
157
* [Kotlin Playground](https://developer.android.com/training/kotlinplayground)
158
* [SoloLearn](https://code.sololearn.com/kotlin)
T
Thyago Luciano 已提交
159 160


161 162 163 164 165 166
### Kubernetes

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


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

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


172 173 174
### NodeJS

* [Ideone](http://ideone.com)
175
* [SoloLearn](https://code.sololearn.com/nodejs)
176 177


R
Razor 已提交
178 179 180 181 182
### OCaml

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


183 184 185 186 187
### Perl

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


188 189 190
### PHP

* [Codepad](http://codepad.org)
C
cyril 已提交
191
* [ExtendsClass](https://extendsclass.com/php.html)
192
* [PHPFiddle](http://phpfiddle.org)
193
* [PHPTester](http://phptester.net)
194
* [SoloLearn](https://code.sololearn.com/php)
195 196 197 198 199


### Python

* [Codepad](http://codepad.org)
200
* [Python Trinket](https://trinket.io/python)
201
* [Python.org Shell](https://www.python.org/shell)
202
* [Repl.it - NiceDualPoin](https://repl.it/repls/NiceDualPoint#main.py)
203
* [SoloLearn](https://code.sololearn.com/python)
204 205


206 207 208
### R

* [R-Fiddle](http://www.r-fiddle.org)
209
* [Rextester](https://rextester.com/l/r_online_compiler)
210
* [SoloLearn](https://code.sololearn.com/r)
211 212


213 214
### React

215
* [CodeSandbox.io](https://codesandbox.io)
K
Ku Lok Sun 已提交
216
* [jscomplete](https://jscomplete.com/playground)
217 218 219
* [StackBlitz](https://stackblitz.com/fork/react)


220 221 222 223 224
### Redis

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


225 226 227
### Ruby

* [Codepad](http://codepad.org)
228
* [SoloLearn](https://code.sololearn.com/ruby)
H
Harshit-lab 已提交
229
* [TryRuby](https://try.ruby-lang.org)
230 231


232
### Rust
233

234
* [Rust Playground](https://play.rust-lang.org)
235 236


237
### RxJS
238

239
* [StackBlitz](https://stackblitz.com/fork/rxjs)
240 241


A
Alfredo Serafini 已提交
242 243
### Scala

V
Victor Felder 已提交
244 245
* [ScalaFiddle.io](https://scalafiddle.io)
* [ScalaFiddle.net](http://scalafiddle.net)
A
Alexander Fefelov 已提交
246
* [Scastie](https://scastie.scala-lang.org)
247

G
Gus Uy 已提交
248 249 250

### SQL

C
cyril 已提交
251
* [Extends Class](https://extendsclass.com/sqlite-browser.html)
G
Gus Uy 已提交
252 253 254
* [SQLFiddle](http://sqlfiddle.com)


255 256 257
### Svelte

* [StackBlitz](https://stackblitz.com/fork/svelte)
258
* [Svelte REPL](https://svelte.dev/repl)
259 260


G
Gus Uy 已提交
261 262 263
### Swift

* [Online Swift Playground](http://online.swiftplayground.run)
264
* [SoloLearn](https://code.sololearn.com/swift)
265 266 267 268 269


### TypeScript

* [Playground](https://www.typescriptlang.org/play/index.html)
270
* [StackBlitz](https://stackblitz.com/fork/typescript)
271 272 273 274 275 276 277 278


#### Angular

> :information_source: See also &#8230; [AngularJS](#angularjs)

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