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


### Angular

* [Plunker](http://plnkr.co)


33 34 35 36 37
### ClojureScript

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


V
Victor Felder 已提交
38 39 40 41 42
### Crystal

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


43 44
### CSS

45
* [CodePen](https://codepen.io)
46 47 48 49 50
* [CSSdeck](http://cssdeck.com)
* [CSSdesk](http://cssdesk.com)
* [Dabblet](http://dabblet.com)


A
Alex 已提交
51 52 53 54 55
### Elm

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


V
Victor Felder 已提交
56 57 58 59 60
### FlexBox

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


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

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


66 67
### Haskell

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


71 72
### JavaScript

73
* [CodePen](https://codepen.io)
74
* [CodeSandbox.io](https://codesandbox.io) (_React_)
75
* [JSBin](http://jsbin.com)
76 77 78 79 80
* [JSFiddle](http://jsfiddle.net)
* [Plunker](http://plnkr.co)
* [Sololearn](https://code.sololearn.com/#html)


T
Thyago Luciano 已提交
81 82
### Kotlin

83
* [Kotlin](https://try.kotlinlang.org)
T
Thyago Luciano 已提交
84 85


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

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


91 92 93 94 95
### NodeJS

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


R
Razor 已提交
96 97 98 99 100
### OCaml

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


101 102 103 104 105
### Perl

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


106 107 108 109
### PHP

* [Codepad](http://codepad.org)
* [PHPFiddle](http://phpfiddle.org)
110
* [PHPTester](http://phptester.net)
111 112 113 114 115


### Python

* [Codepad](http://codepad.org)
116
* [Pyfiddle](https://pyfiddle.io)
117 118


119 120 121 122 123
### R

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


124 125 126 127 128
### Ruby

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


129 130 131 132 133
### Rust

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


A
Alfredo Serafini 已提交
134 135
### Scala

V
Victor Felder 已提交
136 137
* [ScalaFiddle.io](https://scalafiddle.io)
* [ScalaFiddle.net](http://scalafiddle.net)
A
Alexander Fefelov 已提交
138
* [Scastie](https://scastie.scala-lang.org)
139

G
Gus Uy 已提交
140 141 142

### SQL

C
cyril 已提交
143
* [Extends Class](https://extendsclass.com/sqlite-browser.html)
G
Gus Uy 已提交
144 145 146 147 148 149
* [SQLFiddle](http://sqlfiddle.com)


### Swift

* [Online Swift Playground](http://online.swiftplayground.run)
150 151 152 153 154


### TypeScript

* [Playground](https://www.typescriptlang.org/play/index.html)