free-programming-playgrounds.md 3.7 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 47 48 49
### ClojureScript

* [Web REPL](http://clojurescript.net)


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

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


55 56
### CSS

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


64 65 66 67 68
### Dart

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


69 70 71 72 73 74
### Docker

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


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

* [Ellie](https://ellie-app.com)


80 81 82 83 84
### Flutter

* [Codepen](https://codepen.io/topic/flutter/templates)


V
Vyshnav K S 已提交
85 86 87 88 89
### GDScript

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


S
Shabab Karim 已提交
90 91 92 93 94
### Git

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


Q
Quy Le Ngoc 已提交
95 96 97 98 99
### Go

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


100 101
### Haskell

102
* [Try Haskell](https://www.tryhaskell.org)
103 104


105 106 107 108 109
### Ionic

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


110 111 112 113 114
### Java

* [repl.it](https://repl.it) (_including a separate Java/Swing_)


115 116
### JavaScript

117
* [CodePen](https://codepen.io)
118
* [CodeSandbox.io](https://codesandbox.io)
119
* [Esfiddle](https://esfiddle.net)
120
* [JSBin](http://jsbin.com)
121 122 123 124 125
* [JSFiddle](http://jsfiddle.net)
* [Plunker](http://plnkr.co)
* [Sololearn](https://code.sololearn.com/#html)


T
Thyago Luciano 已提交
126 127
### Kotlin

128
* [Kotlin](https://play.kotlinlang.org)
129
* [Kotlin Playground](https://developer.android.com/training/kotlinplayground)
T
Thyago Luciano 已提交
130 131


132 133 134 135 136 137
### Kubernetes

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


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

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


143 144 145 146 147
### NodeJS

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


R
Razor 已提交
148 149 150 151 152
### OCaml

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


153 154 155 156 157
### Perl

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


158 159 160 161
### PHP

* [Codepad](http://codepad.org)
* [PHPFiddle](http://phpfiddle.org)
162
* [PHPTester](http://phptester.net)
163 164 165 166 167


### Python

* [Codepad](http://codepad.org)
168
* [Python Trinket](https://trinket.io/python)
169
* [Python.org Shell](https://www.python.org/shell)
170
* [Repl.it - NiceDualPoin](https://repl.it/repls/NiceDualPoint#main.py)
171 172


173 174 175 176 177
### R

* [R-Fiddle](http://www.r-fiddle.org)


178 179
### React

180
* [CodeSandbox.io](https://codesandbox.io)
K
Ku Lok Sun 已提交
181
* [jscomplete](https://jscomplete.com/playground)
182 183 184
* [StackBlitz](https://stackblitz.com/fork/react)


185 186 187 188 189
### Redis

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


190 191 192 193 194
### Ruby

* [Codepad](http://codepad.org)


195
### Rust
196

197
* [Rust Playground](http://play.integer32.com)
198 199


200
### RxJS
201

202
* [StackBlitz](https://stackblitz.com/fork/rxjs)
203 204


A
Alfredo Serafini 已提交
205 206
### Scala

V
Victor Felder 已提交
207 208
* [ScalaFiddle.io](https://scalafiddle.io)
* [ScalaFiddle.net](http://scalafiddle.net)
A
Alexander Fefelov 已提交
209
* [Scastie](https://scastie.scala-lang.org)
210

G
Gus Uy 已提交
211 212 213

### SQL

C
cyril 已提交
214
* [Extends Class](https://extendsclass.com/sqlite-browser.html)
G
Gus Uy 已提交
215 216 217
* [SQLFiddle](http://sqlfiddle.com)


218 219 220
### Svelte

* [StackBlitz](https://stackblitz.com/fork/svelte)
221
* [Svelte REPL](https://svelte.dev/repl)
222 223


G
Gus Uy 已提交
224 225 226
### Swift

* [Online Swift Playground](http://online.swiftplayground.run)
227 228 229 230 231


### TypeScript

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