free-programming-playgrounds.md 1.7 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)
T
Thyago Luciano 已提交
10
* [Kotlin](#kotlin)
11
* [.Net](#dotnet)
12
* [Node.js](#nodejs)
13
* [Perl](#perl)
14 15 16
* [PHP](#php)
* [Python](#python)
* [Ruby](#ruby)
17
* [Rust](#rust)
V
Victor Felder 已提交
18
* [SQL](#sql)
19 20 21 22 23 24 25


### Angular

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


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

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


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

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


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

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


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

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


49 50
### Haskell

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


54 55 56
### JavaScript

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


T
Thyago Luciano 已提交
65 66 67 68 69
### Kotlin

* [Kotlin](https://try.kotlinlang.org)


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

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


75 76 77 78 79
### NodeJS

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


80 81 82 83 84
### Perl

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


85 86 87 88
### PHP

* [Codepad](http://codepad.org)
* [PHPFiddle](http://phpfiddle.org)
89
* [PHPTester](http://phptester.net)
90 91 92 93 94


### Python

* [Codepad](http://codepad.org)
95
* [Pyfiddle](https://pyfiddle.io)
96 97 98 99 100 101 102


### Ruby

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


103 104 105 106 107
### Rust

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


108 109 110 111
### SQL

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

V
Victor Felder 已提交
112

A
Alfredo Serafini 已提交
113 114
### Scala

V
Victor Felder 已提交
115 116
* [ScalaFiddle.io](https://scalafiddle.io)
* [ScalaFiddle.net](http://scalafiddle.net)
A
Alfredo Serafini 已提交
117

118