As some feared and predicted, Amazon is closing C9 in December.I learned to code on C( reading Michael Hartl's rail book.
Can anyone recommend any alternative cloud based coding platforms ?
Microsoft is launching [Visual Studio Code Online](<a href="https://techcrunch.com/2019/05/06/microsoft-launches-visual-studio-online-an-online-code-editor/" rel="nofollow">https://techcrunch.com/2019/05/06/microsoft-launches-visual-...</a>) soon and [Stackblitz](<a href="https://stackblitz.com/" rel="nofollow">https://stackblitz.com/</a>) has an online code editor based on Visual Studio Code as well.
I think just unmigrated legacy accounts are going away, but you move it over the the same cloud IDE setup just pegged to a regular aws account <a href="https://c9.io/announcement" rel="nofollow">https://c9.io/announcement</a>
CodeSandbox is pretty nice! <a href="https://codesandbox.io" rel="nofollow">https://codesandbox.io</a><p>I also like Glitch a lot <a href="https://glitch.com" rel="nofollow">https://glitch.com</a>
<sarcasm>I'm still fearing that I won't be able to open Emacs tomorrow morning </sarcasm><p>Seriously though, your Editor is one of the most basic tools is as important as the chair you sit, or the keys to your house... you shouldn't depend on somebody else's computer to access edit your code.
You can use code-server[1] to get a vscode web ide<p>[1] <a href="https://github.com/cdr/code-server" rel="nofollow">https://github.com/cdr/code-server</a>