free-programming-playgrounds.md 1.9 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)
G
Gus Uy 已提交
20
* [Scala](#scala)
V
Victor Felder 已提交
21
* [SQL](#sql)
G
Gus Uy 已提交
22
* [Swift](#swift)
23 24 25 26 27 28 29


### Angular

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


30 31 32 33 34
### ClojureScript

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


V
Victor Felder 已提交
35 36 37 38 39
### Crystal

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


40 41 42 43 44 45 46 47
### CSS

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


V
Victor Felder 已提交
48 49 50 51 52
### FlexBox

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


Q
Quy Le Ngoc 已提交
53 54 55 56 57
### Go

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


58 59
### Haskell

60
* [Try Haskell](https://www.tryhaskell.org)
61 62


63 64 65
### JavaScript

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


T
Thyago Luciano 已提交
73 74 75 76 77
### Kotlin

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


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

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


83 84 85 86 87
### NodeJS

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


88 89 90 91 92
### Perl

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


93 94 95 96
### PHP

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


### Python

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


106 107 108 109 110
### R

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


111 112 113 114 115
### Ruby

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


116 117 118 119 120
### Rust

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


A
Alfredo Serafini 已提交
121 122
### Scala

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

G
Gus Uy 已提交
127 128 129 130 131 132 133 134 135

### SQL

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


### Swift

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