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


### Angular

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


38 39 40 41 42
### ClojureScript

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


V
Victor Felder 已提交
43 44 45 46 47
### Crystal

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


48 49
### CSS

50
* [CodePen](https://codepen.io)
51 52 53
* [CSSdeck](http://cssdeck.com)
* [CSSdesk](http://cssdesk.com)
* [Dabblet](http://dabblet.com)
54
* [Flexy Boxes](http://the-echoplex.net/flexyboxes/)
55 56


A
Alex 已提交
57 58 59 60 61
### Elm

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


Q
Quy Le Ngoc 已提交
62 63 64 65 66
### Go

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


67 68
### Haskell

69
* [Try Haskell](https://www.tryhaskell.org)
70 71


72 73 74 75 76
### Ionic

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


77 78 79 80 81
### Java

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


82 83
### JavaScript

84
* [CodePen](https://codepen.io)
85
* [CodeSandbox.io](https://codesandbox.io)
86
* [JSBin](http://jsbin.com)
87 88 89 90 91
* [JSFiddle](http://jsfiddle.net)
* [Plunker](http://plnkr.co)
* [Sololearn](https://code.sololearn.com/#html)


T
Thyago Luciano 已提交
92 93
### Kotlin

94
* [Kotlin](https://play.kotlinlang.org)
T
Thyago Luciano 已提交
95 96


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

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


102 103 104 105 106
### NodeJS

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


R
Razor 已提交
107 108 109 110 111
### OCaml

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


112 113 114 115 116
### Perl

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


117 118 119 120
### PHP

* [Codepad](http://codepad.org)
* [PHPFiddle](http://phpfiddle.org)
121
* [PHPTester](http://phptester.net)
122 123 124 125 126 127 128


### Python

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


129 130 131 132 133
### R

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


134 135
### React

136
* [CodeSandbox.io](https://codesandbox.io)
137 138 139
* [StackBlitz](https://stackblitz.com/fork/react)


140 141 142 143 144
### Ruby

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


145
### Rust
146

147
* [Rust Playground](http://play.integer32.com)
148 149


150
### RxJS
151

152
* [StackBlitz](https://stackblitz.com/fork/rxjs)
153 154


A
Alfredo Serafini 已提交
155 156
### Scala

V
Victor Felder 已提交
157 158
* [ScalaFiddle.io](https://scalafiddle.io)
* [ScalaFiddle.net](http://scalafiddle.net)
A
Alexander Fefelov 已提交
159
* [Scastie](https://scastie.scala-lang.org)
160

G
Gus Uy 已提交
161 162 163

### SQL

C
cyril 已提交
164
* [Extends Class](https://extendsclass.com/sqlite-browser.html)
G
Gus Uy 已提交
165 166 167
* [SQLFiddle](http://sqlfiddle.com)


168 169 170 171 172
### Svelte

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


G
Gus Uy 已提交
173 174 175
### Swift

* [Online Swift Playground](http://online.swiftplayground.run)
176 177 178 179 180


### TypeScript

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