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

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


### Angular

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


28 29 30 31 32
### ClojureScript

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


V
Victor Felder 已提交
33 34 35 36 37
### Crystal

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


38 39 40 41 42 43 44 45
### CSS

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


V
Victor Felder 已提交
46 47 48 49 50
### FlexBox

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


Q
Quy Le Ngoc 已提交
51 52 53 54 55
### Go

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


56 57
### Haskell

58
* [Try Haskell](https://www.tryhaskell.org)
59 60


61 62 63
### JavaScript

* [CodePen](http://codepen.io)
64
* [CodeSandbox.io](https://codesandbox.io) (_React_)
65
* [JSBin](http://jsbin.com)
66 67 68 69 70
* [JSFiddle](http://jsfiddle.net)
* [Plunker](http://plnkr.co)
* [Sololearn](https://code.sololearn.com/#html)


T
Thyago Luciano 已提交
71 72 73 74 75
### Kotlin

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


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

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


81 82 83 84 85
### NodeJS

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


86 87 88 89 90
### Perl

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


91 92 93 94
### PHP

* [Codepad](http://codepad.org)
* [PHPFiddle](http://phpfiddle.org)
95
* [PHPTester](http://phptester.net)
96 97 98 99 100


### Python

* [Codepad](http://codepad.org)
101
* [Pyfiddle](https://pyfiddle.io)
102 103


104 105 106 107 108
### R

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


109 110 111 112 113
### Ruby

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


114 115 116 117 118
### Rust

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


119 120 121 122
### SQL

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

V
Victor Felder 已提交
123

A
Alfredo Serafini 已提交
124 125
### Scala

V
Victor Felder 已提交
126 127
* [ScalaFiddle.io](https://scalafiddle.io)
* [ScalaFiddle.net](http://scalafiddle.net)
A
Alexander Fefelov 已提交
128
* [Scastie](https://scastie.scala-lang.org)
129