free-programming-playgrounds.md 2.6 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)
8
* [FlexBox](#flexbox)
Q
Quy Le Ngoc 已提交
9 10
* [Go](#go)
* [Haskell](#haskell)
11
* [Ionic](#ionic)
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)
G
Gus Uy 已提交
24
* [Scala](#scala)
V
Victor Felder 已提交
25
* [SQL](#sql)
26
* [Svelte](#svelte)
G
Gus Uy 已提交
27
* [Swift](#swift)
28
* [TypeScript](#typescript)
29 30 31 32 33


### Angular

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


37 38 39 40 41
### ClojureScript

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


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

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


47 48
### CSS

49
* [CodePen](https://codepen.io)
50 51 52 53 54
* [CSSdeck](http://cssdeck.com)
* [CSSdesk](http://cssdesk.com)
* [Dabblet](http://dabblet.com)


A
Alex 已提交
55 56 57 58 59
### Elm

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


V
Victor Felder 已提交
60 61 62 63 64
### FlexBox

* [Echoplex](http://the-echoplex.net/flexyboxes/)


Q
Quy Le Ngoc 已提交
65 66 67 68 69
### Go

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


70 71
### Haskell

72
* [Try Haskell](https://www.tryhaskell.org)
73 74


75 76 77 78 79
### Ionic

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


80 81
### JavaScript

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


T
Thyago Luciano 已提交
90 91
### Kotlin

92
* [Kotlin](https://try.kotlinlang.org)
T
Thyago Luciano 已提交
93 94


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

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


100 101 102 103 104
### NodeJS

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


R
Razor 已提交
105 106 107 108 109
### OCaml

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


110 111 112 113 114
### Perl

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


115 116 117 118
### PHP

* [Codepad](http://codepad.org)
* [PHPFiddle](http://phpfiddle.org)
119
* [PHPTester](http://phptester.net)
120 121 122 123 124


### Python

* [Codepad](http://codepad.org)
125
* [Pyfiddle](https://pyfiddle.io)
126 127


128 129 130 131 132
### R

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


133 134 135 136 137
### React

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


138 139 140 141 142
### Ruby

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


143 144 145 146 147
### RxJS

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


148 149 150 151 152
### Rust

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


A
Alfredo Serafini 已提交
153 154
### Scala

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

G
Gus Uy 已提交
159 160 161

### SQL

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


166 167 168 169 170
### Svelte

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


G
Gus Uy 已提交
171 172 173
### Swift

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


### TypeScript

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