5 comments

[ 3.4 ms ] story [ 25.5 ms ] thread
I've been teaching my 12-year old sister how to code over Skype and found us typing together in a google doc and then copying to code to repl.it to actually run it, so I decided to make a site that allowed collaborative editing and client-side code evaluation.

A few things:

- Only python is exposed at the moment, but jsrepl supports ~20 languages to choose from with a single loadLanguage() call

- Functionality is not at parity w/ repl.it yet. Some things don't work the same, and some things don't work.

- Feedback is appreciated. :D

Cool! :) Props from the Etherpad Foundation, is your source code available somewhere?
Looks like you aren't using etherpad but shareJS :)