Help:Similar Sites/Online Execution: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Add Go Playgrounds)
(Added TIO (Try It Online))
Line 33: Line 33:
|Gambas
|Gambas
|CLI only
|CLI only
|-
!https://tio.run/
|More than 500 languages
|Only supports static input - no interactivity
|}
|}

Revision as of 12:50, 10 June 2018

The following sites allow execution of some languages from a web browser.

Site Languages Notes
https://goplay.space/ Go Playground with Doc-Ref, Turtle- & Nightmode
https://play.golang.org/ Go The official Golang playground
https://groovy-playground.appspot.com/ Groovy Load save via Github/Gist
http://groovyconsole.appspot.com/ Groovy Save and share. Runs on Google Cloud (GAE)
http://www.repl.it Basic, C, C++, Java, JavaScript, PHP, Ruby, ... ... and many more
http://ideone.com Bash, C, C++, Go, Haskell, Java, Pascal, Rust, ... ... and many more
https://gambas-playground.proko.eu/ Gambas CLI only
https://tio.run/ More than 500 languages Only supports static input - no interactivity