mirror of
https://github.com/styfle/awesome-online-ide.git
synced 2026-07-16 10:22:16 -05:00
[GH-ISSUE #39] Official playgrounds #1940
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @darth-kitty on GitHub (Jun 17, 2018).
Original GitHub issue: https://github.com/styfle/awesome-online-ide/issues/39
A surprising number of programming languages include an official "playground" on their website, though the quality and number of features varies. Two of them (play.golang.org and play.rust-lang.org) are already listed under the "Snippets" heading, but I was able to find 10 more. Would it be worthwhile to lump these together under their own header?
(I also noticed that www.python.org/shell/ and www.haskell.org include a CLI, but those probably don't count.)
@styfle commented on GitHub (Jun 17, 2018):
Hi @darthkitty-bt
Thanks for creating this issue and taking the time to find all of those.
The purpose of the awesome list is not to enumerate all possible Online IDEs, but to highlight the awesome ones.
For the languages that are not represented, I think we should add those.
But some of these official playgrounds, such as TS, are not as full featured as their unofficial counterparts, such as the Better TS Playground. So I don't see a reason to list the official playground too.
I'm thinking that a person coming to view this list probably doesn't care about the "officialness" of the IDE, so it's not necessary to create a different header.
Would you like to create a PR for a few of the missing languages?
@viveksh1 commented on GitHub (Oct 4, 2020):
Honestly, some official playgrounds are better than the unofficial playgrounds listed. There's even Kotlin Web Demo, which is on the list, and is an official playground.
@viveksh1 commented on GitHub (Feb 27, 2021):
@styfle There is also https://dotnet.microsoft.com/platform/try-dotnet and https://try.haxe.org/