free-programming-playgrounds.md 1.6 KB
Newer Older
1 2 3
### Index

* [Angular](#angular)
C
Carlos Rocha 已提交
4
* [Crystal](#crystal)
V
Victor Felder 已提交
5
* [CSS](#css)
6
* [FlexBox](#flexbox)
Q
Quy Le Ngoc 已提交
7 8
* [Go](#go)
* [Haskell](#haskell)
9
* [JavaScript](#javascript)
10
* [.Net](#dotnet)
11
* [Node.js](#nodejs)
12
* [Perl](#perl)
13 14 15
* [PHP](#php)
* [Python](#python)
* [Ruby](#ruby)
16
* [Rust](#rust)
V
Victor Felder 已提交
17
* [SQL](#sql)
18 19 20 21 22 23 24


### Angular

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


V
Victor Felder 已提交
25 26 27 28 29
### Crystal

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


30 31 32 33 34 35 36 37
### CSS

* [CodePen](http://codepen.io)
* [CSSdeck](http://cssdeck.com)
* [CSSdesk](http://cssdesk.com)
* [Dabblet](http://dabblet.com)


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

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


Q
Quy Le Ngoc 已提交
43 44 45 46 47
### Go

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


48 49
### Haskell

50
* [Try Haskell](https://www.tryhaskell.org)
51 52


53 54 55
### JavaScript

* [CodePen](http://codepen.io)
56
* [CodeSandbox.io](https://codesandbox.io) (_React_)
57
* [JSBin](http://jsbin.com)
58 59 60
* [JSFiddle](http://jsfiddle.net)
* [Plunker](http://plnkr.co)
* [Sololearn](https://code.sololearn.com/#html)
61
* [WebpackBin](https://www.webpackbin.com)
62 63


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

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


69 70 71 72 73 74
### NodeJS

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


75 76 77 78 79
### Perl

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


80 81 82 83
### PHP

* [Codepad](http://codepad.org)
* [PHPFiddle](http://phpfiddle.org)
84
* [PHPTester](http://phptester.net)
85 86 87 88 89 90 91 92 93 94 95 96 97


### Python

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


### Ruby

* [Codepad](http://codepad.org)
* [Runnable](http://code.runnable.com)


98 99 100 101 102
### Rust

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


103 104 105 106
### SQL

* [SQLFiddle](http://sqlfiddle.com)

V
Victor Felder 已提交
107

A
Alfredo Serafini 已提交
108 109
### Scala

V
Victor Felder 已提交
110 111
* [ScalaFiddle.io](https://scalafiddle.io)
* [ScalaFiddle.net](http://scalafiddle.net)
A
Alfredo Serafini 已提交
112

113