free-programming-playgrounds.md 5.4 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
* [Nim](#nim)
25
* [Node.js](#nodejs)
R
Razor 已提交
26
* [OCaml](#ocaml)
27
* [Perl](#perl)
28 29
* [PHP](#php)
* [Python](#python)
30
* [R](#r)
31
* [React](#react)
32
* [Redis](#redis)
33
* [Ruby](#ruby)
34
* [Rust](#rust)
35
* [RxJS](#rxjs)
G
Gus Uy 已提交
36
* [Scala](#scala)
37
* [Solidity](#solidity)
V
Victor Felder 已提交
38
* [SQL](#sql)
39
* [Svelte](#svelte)
G
Gus Uy 已提交
40
* [Swift](#swift)
41
* [TypeScript](#typescript)
42
  * [Angular](#angular)
43 44


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

S
Satyam Dengre 已提交
57
* [Coding Minutes](https://ide.codingminutes.com)
58 59
* [LabStack](https://code.labstack.com/cpp)
* [OnlineGDB](https://www.onlinegdb.com/online_c++_compiler)
60 61 62
* [SoloLearn](https://code.sololearn.com/cpp)


63 64
### ClojureScript

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


V
Victor Felder 已提交
69 70 71 72 73
### Crystal

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


74 75
### CSS

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


84 85 86 87 88
### Dart

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


89 90 91 92 93 94
### Docker

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


A
Alex 已提交
95 96 97
### Elm

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


101 102 103
### Flutter

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


V
Vyshnav K S 已提交
107 108 109 110 111
### GDScript

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


S
Shabab Karim 已提交
112 113 114 115 116
### Git

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


Q
Quy Le Ngoc 已提交
117 118 119
### Go

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


123 124
### Haskell

125
* [Try Haskell](https://www.tryhaskell.org)
126 127


128 129 130 131 132
### Ionic

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


133 134 135
### Java

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


139 140
### JavaScript

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


150 151 152 153 154 155 156
#### AngularJS

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

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


T
Thyago Luciano 已提交
157 158
### Kotlin

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


164 165 166 167 168 169
### Kubernetes

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


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

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


175 176 177 178 179
### Nim

* [Nim Playground](https://play.nim-lang.org) - nim-lang.org


180 181 182
### NodeJS

* [Ideone](http://ideone.com)
183
* [SoloLearn](https://code.sololearn.com/nodejs)
184 185


R
Razor 已提交
186 187 188 189 190
### OCaml

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


191 192 193 194 195
### Perl

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


196 197 198
### PHP

* [Codepad](http://codepad.org)
C
cyril 已提交
199
* [ExtendsClass](https://extendsclass.com/php.html)
200
* [PHPFiddle](http://phpfiddle.org)
201
* [PHPTester](http://phptester.net)
202
* [SoloLearn](https://code.sololearn.com/php)
203 204 205 206 207


### Python

* [Codepad](http://codepad.org)
208
* [Python Trinket](https://trinket.io/python)
209
* [Python.org Shell](https://www.python.org/shell)
210
* [Repl.it - NiceDualPoin](https://repl.it/repls/NiceDualPoint#main.py)
211
* [SoloLearn](https://code.sololearn.com/python)
212 213


214 215 216
### R

* [R-Fiddle](http://www.r-fiddle.org)
217
* [Rextester](https://rextester.com/l/r_online_compiler)
218
* [SoloLearn](https://code.sololearn.com/r)
219 220


221 222
### React

223
* [CodeSandbox.io](https://codesandbox.io)
K
Ku Lok Sun 已提交
224
* [jscomplete](https://jscomplete.com/playground)
225 226 227
* [StackBlitz](https://stackblitz.com/fork/react)


228 229 230 231 232
### Redis

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


233 234 235
### Ruby

* [Codepad](http://codepad.org)
236
* [SoloLearn](https://code.sololearn.com/ruby)
H
Harshit-lab 已提交
237
* [TryRuby](https://try.ruby-lang.org)
238 239


240
### Rust
241

242
* [Rust Playground](https://play.rust-lang.org)
243 244


245
### RxJS
246

247
* [StackBlitz](https://stackblitz.com/fork/rxjs)
248 249


A
Alfredo Serafini 已提交
250 251
### Scala

V
Victor Felder 已提交
252 253
* [ScalaFiddle.io](https://scalafiddle.io)
* [ScalaFiddle.net](http://scalafiddle.net)
A
Alexander Fefelov 已提交
254
* [Scastie](https://scastie.scala-lang.org)
255

G
Gus Uy 已提交
256

257 258
### Solidity

259 260
* [ETH.Build](https://eth.build) - Austin Thomas Griffith
* [Remix IDE](https://remix.ethereum.org) - ethereum.org
261 262


G
Gus Uy 已提交
263 264
### SQL

C
cyril 已提交
265
* [Extends Class](https://extendsclass.com/sqlite-browser.html)
G
Gus Uy 已提交
266 267 268
* [SQLFiddle](http://sqlfiddle.com)


269 270 271
### Svelte

* [StackBlitz](https://stackblitz.com/fork/svelte)
272
* [Svelte REPL](https://svelte.dev/repl)
273 274


G
Gus Uy 已提交
275 276 277
### Swift

* [Online Swift Playground](http://online.swiftplayground.run)
278
* [SoloLearn](https://code.sololearn.com/swift)
279 280 281 282 283


### TypeScript

* [Playground](https://www.typescriptlang.org/play/index.html)
284
* [StackBlitz](https://stackblitz.com/fork/typescript)
285 286 287 288 289 290 291 292


#### Angular

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

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