free-programming-playgrounds.md 6.3 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
* [Regular Expressions](#regular-expressions)
34
* [Ruby](#ruby)
35
* [Rust](#rust)
36
* [RxJS](#rxjs)
G
Gus Uy 已提交
37
* [Scala](#scala)
38
* [Scratch](#scratch)
39
* [Solidity](#solidity)
V
Victor Felder 已提交
40
* [SQL](#sql)
41
* [Svelte](#svelte)
G
Gus Uy 已提交
42
* [Swift](#swift)
43
* [TypeScript](#typescript)
44
  * [Angular](#angular)
45
* [V](#v)
46 47


48 49 50 51 52 53 54 55 56 57 58 59
### <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 已提交
60
* [Coding Minutes](https://ide.codingminutes.com)
61 62
* [LabStack](https://code.labstack.com/cpp)
* [OnlineGDB](https://www.onlinegdb.com/online_c++_compiler)
63 64 65
* [SoloLearn](https://code.sololearn.com/cpp)


66 67
### ClojureScript

E
ErvinaDe 已提交
68
* [Replumb REPL](https://clojurescript.io)
69 70 71
* [Web REPL](http://clojurescript.net)


V
Victor Felder 已提交
72 73 74 75 76
### Crystal

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


77 78
### CSS

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


86 87 88 89 90
### Dart

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


91 92 93 94 95 96
### Docker

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


A
Alex 已提交
97 98 99
### Elm

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


103 104 105
### Flutter

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


V
Vyshnav K S 已提交
109 110 111 112 113
### GDScript

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


S
Shabab Karim 已提交
114 115 116 117 118
### Git

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


Q
Quy Le Ngoc 已提交
119 120 121
### Go

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


125 126
### Haskell

127
* [Try Haskell](https://www.tryhaskell.org)
128 129


130 131 132 133 134
### Ionic

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


135 136 137
### Java

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


141 142
### JavaScript

143
* [CodePen](https://codepen.io)
144
* [CodeSandbox.io](https://codesandbox.io)
145
* [Esfiddle](https://esfiddle.net)
146
* [Grasshopper](https://grasshopper.app) *(Google account required)*
147
* [Hello Website - (Glitch)](https://glitch.new/website) *(Account requested, not required)*
148 149 150
* [JSBin](https://jsbin.com)
* [JSFiddle](https://jsfiddle.net)
* [Plunker](https://plnkr.co)
151
* [SoloLearn](https://code.sololearn.com/web#javascript)
152 153


154 155 156 157 158 159 160
#### AngularJS

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

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


T
Thyago Luciano 已提交
161 162
### Kotlin

163
* [Kotlin](https://play.kotlinlang.org)
164
* [Kotlin Playground](https://developer.android.com/training/kotlinplayground)
165
* [SoloLearn](https://code.sololearn.com/kotlin)
T
Thyago Luciano 已提交
166 167


168 169 170 171 172 173
### Kubernetes

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


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

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


179 180 181 182 183
### Nim

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


184 185
### NodeJS

186
* [Hello Node - (Glitch)](https://glitch.new/node) *(Account requested, not required)*
187
* [Ideone](https://ideone.com)
188
* [SoloLearn](https://code.sololearn.com/nodejs)
189 190


R
Razor 已提交
191 192 193 194 195
### OCaml

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


196 197
### Perl

198
* [Perl](https://tryperl.pl)
199 200


201 202
### PHP

203
* [Codepad](http://codepad.org/?lang=PHP)
C
cyril 已提交
204
* [ExtendsClass](https://extendsclass.com/php.html)
205
* [PHPFiddle](https://phpfiddle.org)
206
* [PHPTester](http://phptester.net)
207
* [SoloLearn](https://code.sololearn.com/php)
208 209 210 211


### Python

212
* [Codepad](http://codepad.org/?lang=Python)
213
* [Programiz.com](https://www.programiz.com/python-programming/online-compiler/)
214
* [Python Trinket](https://trinket.io/python)
215
* [Python.org Shell](https://www.python.org/shell)
216
* [Repl.it - NiceDualPoint](https://repl.it/repls/NiceDualPoint#main.py)
217
* [SoloLearn](https://code.sololearn.com/python)
218 219


220 221 222
### R

* [R-Fiddle](http://www.r-fiddle.org)
223
* [Rextester](https://rextester.com/l/r_online_compiler)
224
* [SoloLearn](https://code.sololearn.com/r)
225 226


227 228
### React

229
* [CodeSandbox.io](https://codesandbox.io)
230
* [Hello React - (Glitch)](https://glitch.new/react) *(Account requested, not required)*
K
Ku Lok Sun 已提交
231
* [jscomplete](https://jscomplete.com/playground)
232 233 234
* [StackBlitz](https://stackblitz.com/fork/react)


235 236 237 238 239
### Redis

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


240 241 242 243 244 245 246 247
### Regular Expressions

* [iHateRegex: regex for playground](https://ihateregex.io/playground) - Geon George
* [Regex Tester and Debugger Online - Javascript, PCRE, PHP](https://www.regextester.com) - Dan's Tools
* [Regex101: build, test, and debug regex](https://regex101.com) - Firas Dib (regex101.com)
* [RegExr: Learn, Build, \& Test RegEx](https://regexr.com) - GSkinner Inc.


248 249
### Ruby

250
* [Codepad](http://codepad.org/?lang=Ruby)
251
* [SoloLearn](https://code.sololearn.com/ruby)
H
Harshit-lab 已提交
252
* [TryRuby](https://try.ruby-lang.org)
253 254


255
### Rust
256

257
* [Rust Playground](https://play.rust-lang.org)
258 259


260
### RxJS
261

262
* [StackBlitz](https://stackblitz.com/fork/rxjs)
263 264


A
Alfredo Serafini 已提交
265 266
### Scala

V
Victor Felder 已提交
267
* [ScalaFiddle.io](https://scalafiddle.io)
A
Alexander Fefelov 已提交
268
* [Scastie](https://scastie.scala-lang.org)
269

G
Gus Uy 已提交
270

271 272 273 274 275
### Scratch

* [Scratch.mit.edu](https://scratch.mit.edu/create)


276 277
### Solidity

278 279
* [ETH.Build](https://eth.build) - Austin Thomas Griffith
* [Remix IDE](https://remix.ethereum.org) - ethereum.org
280 281


G
Gus Uy 已提交
282 283
### SQL

C
cyril 已提交
284
* [Extends Class](https://extendsclass.com/sqlite-browser.html)
G
Gus Uy 已提交
285 286 287
* [SQLFiddle](http://sqlfiddle.com)


288 289 290
### Svelte

* [StackBlitz](https://stackblitz.com/fork/svelte)
291
* [Svelte REPL](https://svelte.dev/repl)
292 293


G
Gus Uy 已提交
294 295 296
### Swift

* [Online Swift Playground](http://online.swiftplayground.run)
297
* [SoloLearn](https://code.sololearn.com/swift)
298 299 300 301 302


### TypeScript

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


306 307 308 309 310
### V

* [V Playground](https://play.vlang.io) - vlang.io


311 312 313 314
#### Angular

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

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