styfle / awesome-online-ide

🌩️ A list of awesome online development environments
https://styfle.dev/projects/awesome-online-ide
Other
3.19k stars 285 forks source link

Official playgrounds #39

Open darth-kitty opened 6 years ago

darth-kitty commented 6 years ago

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 6 years ago

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.

Would it be worthwhile to lump these together under their own header?

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 3 years ago

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 3 years ago

@styfle There is also https://dotnet.microsoft.com/platform/try-dotnet and https://try.haxe.org/