free-programming-playgrounds.md 2.1 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 26 27 28 29 30 31


### Angular

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


32 33 34 35 36
### ClojureScript

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


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

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


42 43
### CSS

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


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

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


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

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


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

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


65 66
### Haskell

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


70 71
### JavaScript

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


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

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


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

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


90 91 92 93 94
### NodeJS

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


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

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


100 101 102 103 104
### Perl

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


105 106 107 108
### PHP

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


### Python

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


118 119 120 121 122
### R

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


123 124 125 126 127
### Ruby

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


128 129 130 131 132
### Rust

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


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

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

G
Gus Uy 已提交
139 140 141

### SQL

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


### Swift

* [Online Swift Playground](http://online.swiftplayground.run)