free-programming-playgrounds.md 5.2 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)
36
* [Solidity](#solidity)
V
Victor Felder 已提交
37
* [SQL](#sql)
38
* [Svelte](#svelte)
G
Gus Uy 已提交
39
* [Swift](#swift)
40
* [TypeScript](#typescript)
41
  * [Angular](#angular)
42 43


44 45 46 47 48 49 50 51 52 53 54 55
### <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++

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


61 62
### ClojureScript

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


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

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


72 73
### CSS

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


82 83 84 85 86
### Dart

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


87 88 89 90 91 92
### Docker

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


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

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


99 100 101
### Flutter

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


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

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


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

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


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

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


121 122
### Haskell

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


126 127 128 129 130
### Ionic

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


131 132 133
### Java

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


137 138
### JavaScript

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


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

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

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


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

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


162 163 164 165 166 167
### Kubernetes

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


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

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


173 174 175
### NodeJS

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


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

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


184 185 186 187 188
### Perl

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


189 190 191
### PHP

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


### Python

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


207 208 209
### R

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


214 215
### React

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


221 222 223 224 225
### Redis

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


226 227 228
### Ruby

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


233
### Rust
234

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


238
### RxJS
239

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


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

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

G
Gus Uy 已提交
249

250 251 252 253 254
### Solidity

* [Remix IDE](https://remix.ethereum.org)


G
Gus Uy 已提交
255 256
### SQL

C
cyril 已提交
257
* [Extends Class](https://extendsclass.com/sqlite-browser.html)
G
Gus Uy 已提交
258 259 260
* [SQLFiddle](http://sqlfiddle.com)


261 262 263
### Svelte

* [StackBlitz](https://stackblitz.com/fork/svelte)
264
* [Svelte REPL](https://svelte.dev/repl)
265 266


G
Gus Uy 已提交
267 268 269
### Swift

* [Online Swift Playground](http://online.swiftplayground.run)
270
* [SoloLearn](https://code.sololearn.com/swift)
271 272 273 274 275


### TypeScript

* [Playground](https://www.typescriptlang.org/play/index.html)
276
* [StackBlitz](https://stackblitz.com/fork/typescript)
277 278 279 280 281 282 283 284


#### Angular

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

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