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


### Angular

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


45 46
### ClojureScript

E
ErvinaDe 已提交
47
* [Replumb REPL](https://clojurescript.io)
48 49 50
* [Web REPL](http://clojurescript.net)


V
Victor Felder 已提交
51 52 53 54 55
### Crystal

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


56 57
### CSS

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


65 66 67 68 69
### Dart

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


70 71 72 73 74 75
### Docker

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


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

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


82 83 84
### Flutter

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


V
Vyshnav K S 已提交
88 89 90 91 92
### GDScript

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


S
Shabab Karim 已提交
93 94 95 96 97
### Git

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


Q
Quy Le Ngoc 已提交
98 99 100 101 102
### Go

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


103 104
### Haskell

105
* [Try Haskell](https://www.tryhaskell.org)
106 107


108 109 110 111 112
### Ionic

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


113 114 115
### Java

* [repl.it](https://repl.it) (_including a separate Java/Swing_)
116
* [SoloLearn](https://code.sololearn.com/#java)
117 118


119 120
### JavaScript

121
* [CodePen](https://codepen.io)
122
* [CodeSandbox.io](https://codesandbox.io)
123
* [Esfiddle](https://esfiddle.net)
124
* [JSBin](http://jsbin.com)
125 126
* [JSFiddle](http://jsfiddle.net)
* [Plunker](http://plnkr.co)
127
* [SoloLearn](https://code.sololearn.com/#html)
128 129


T
Thyago Luciano 已提交
130 131
### Kotlin

132
* [Kotlin](https://play.kotlinlang.org)
133
* [Kotlin Playground](https://developer.android.com/training/kotlinplayground)
T
Thyago Luciano 已提交
134 135


136 137 138 139 140 141
### Kubernetes

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


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

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


147 148 149 150 151
### NodeJS

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


R
Razor 已提交
152 153 154 155 156
### OCaml

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


157 158 159 160 161
### Perl

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


162 163 164
### PHP

* [Codepad](http://codepad.org)
C
cyril 已提交
165
* [ExtendsClass](https://extendsclass.com/php.html)
166
* [PHPFiddle](http://phpfiddle.org)
167
* [PHPTester](http://phptester.net)
168 169 170 171 172


### Python

* [Codepad](http://codepad.org)
173
* [Python Trinket](https://trinket.io/python)
174
* [Python.org Shell](https://www.python.org/shell)
175
* [Repl.it - NiceDualPoin](https://repl.it/repls/NiceDualPoint#main.py)
176
* [SoloLearn](https://code.sololearn.com/#py)
177 178


179 180 181
### R

* [R-Fiddle](http://www.r-fiddle.org)
182
* [Rextester](https://rextester.com/l/r_online_compiler)
183 184


185 186
### React

187
* [CodeSandbox.io](https://codesandbox.io)
K
Ku Lok Sun 已提交
188
* [jscomplete](https://jscomplete.com/playground)
189 190 191
* [StackBlitz](https://stackblitz.com/fork/react)


192 193 194 195 196
### Redis

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


197 198 199
### Ruby

* [Codepad](http://codepad.org)
200
* [Sololearn](https://code.sololearn.com/#rb)
H
Harshit-lab 已提交
201
* [TryRuby](https://try.ruby-lang.org)
202 203


204
### Rust
205

206
* [Rust Playground](http://play.integer32.com)
207 208


209
### RxJS
210

211
* [StackBlitz](https://stackblitz.com/fork/rxjs)
212 213


A
Alfredo Serafini 已提交
214 215
### Scala

V
Victor Felder 已提交
216 217
* [ScalaFiddle.io](https://scalafiddle.io)
* [ScalaFiddle.net](http://scalafiddle.net)
A
Alexander Fefelov 已提交
218
* [Scastie](https://scastie.scala-lang.org)
219

G
Gus Uy 已提交
220 221 222

### SQL

C
cyril 已提交
223
* [Extends Class](https://extendsclass.com/sqlite-browser.html)
G
Gus Uy 已提交
224 225 226
* [SQLFiddle](http://sqlfiddle.com)


227 228 229
### Svelte

* [StackBlitz](https://stackblitz.com/fork/svelte)
230
* [Svelte REPL](https://svelte.dev/repl)
231 232


G
Gus Uy 已提交
233 234 235
### Swift

* [Online Swift Playground](http://online.swiftplayground.run)
236 237 238 239 240


### TypeScript

* [Playground](https://www.typescriptlang.org/play/index.html)
241
* [StackBlitz](https://stackblitz.com/fork/typescript)
H
Harshit-lab 已提交
242

H
Harshit-lab 已提交
243 244