Help:Similar Sites/Online Execution: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Add Go Playgrounds)
mNo edit summary
(7 intermediate revisions by 4 users not shown)
Line 6: Line 6:
! Notes
! Notes
|-
|-
!https://goplay.space/
![https://easylang.dev/ide/ Easylang]
|EasyLang
|IDE, Tutorials
|-
![https://goplay.space/ The Go Play Space]
|Go
|Go
|Playground with Doc-Ref, Turtle- & Nightmode
|Playground with Doc-Ref, Turtle- & Nightmode
|-
|-
!https://play.golang.org/
![https://play.golang.org/ The Go Playground]
|Go
|Go
|The official Golang playground
|The official Golang playground
|-
|-
!https://groovy-playground.appspot.com/
![https://groovy-playground.appspot.com/ Groovy Playground]
|Groovy
|Groovy
|Load save via Github/Gist
|Load save via Github/Gist
|-
|-
!http://groovyconsole.appspot.com/
![https://groovyconsole.appspot.com/ Groovy web console]
|Groovy
|Groovy
|Save and share. Runs on Google Cloud (GAE)
|Save and share. Runs on Google Cloud (GAE)
|-
|-
!http://www.repl.it
![https://repl.it/ Repl.it]
|Basic, C, C++, Java, JavaScript, PHP, Ruby, ...
|Basic, C, C++, Java, JavaScript, PHP, Ruby, ...
|... and many more
|... and many more
|-
|-
!http://ideone.com
![https://ideone.com/ Ideone]
|Bash, C, C++, Go, Haskell, Java, Pascal, Rust, ...
|Bash, C, C++, Go, Haskell, Java, Pascal, Rust, ...
|... and many more
|... and many more
|-
|-
!https://gambas-playground.proko.eu/
![https://gambas.one/playground/ Gambas Playground]
|Gambas
|Gambas
|CLI only
|CLI only
|-
![https://scalafiddle.io/sf/gKgxQY0/1 ScalaFiddle]
|Scala.JS, a transpiler that translates your Scala code into highly performant and optimised JavaScript.
|
|-
![https://scastie.scala-lang.org/ Scastie]
|Scastie is an interactive playground for Scala running on a JVM.
|Only supports static input
|-
![https://tio.run/ TIO: Try It Online]
|More than 500 languages
|Only supports static input - no interactivity
|}
|}

Revision as of 11:44, 27 June 2023

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

Site Languages Notes
Easylang EasyLang IDE, Tutorials
The Go Play Space Go Playground with Doc-Ref, Turtle- & Nightmode
The Go Playground Go The official Golang playground
Groovy Playground Groovy Load save via Github/Gist
Groovy web console Groovy Save and share. Runs on Google Cloud (GAE)
Repl.it Basic, C, C++, Java, JavaScript, PHP, Ruby, ... ... and many more
Ideone Bash, C, C++, Go, Haskell, Java, Pascal, Rust, ... ... and many more
Gambas Playground Gambas CLI only
ScalaFiddle Scala.JS, a transpiler that translates your Scala code into highly performant and optimised JavaScript.
Scastie Scastie is an interactive playground for Scala running on a JVM. Only supports static input
TIO: Try It Online More than 500 languages Only supports static input - no interactivity