Beta - Webcode
About
webcode improvement
List
Code Execution Visualisation
Run other languages
Webcode is actually only running code for the browser
Example:
- https://github.com/datacamp/datacamp-light/ - r and python
- Restfull api is supported (POST only) at http://rextester.com/rundotnet/api.
- https://npm.runkit.com (interactive book for node)
- https://github.com/broofa/runmd - Just a node runner - Integrate Js in README
Print statement
- helper function to output formatted results.
function print(value) {
document.write(value + '<br>');
}