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
* [JSFiddle](http://jsfiddle.net)
* [Plunker](http://plnkr.co)
* [Sololearn](https://code.sololearn.com/#html)
69
* [WebpackBin](https://www.webpackbin.com)
70 71


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

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


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

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


82 83 84 85 86
### NodeJS

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


87 88 89 90 91
### Perl

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


92 93 94 95
### PHP

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


### Python

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


105 106 107 108 109
### R

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


110 111 112 113 114
### Ruby

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


115 116 117 118 119
### Rust

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


120 121 122 123
### SQL

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

V
Victor Felder 已提交
124

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

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