Closed
Description
This github issue is for tracking discussion around how to implement a console for sketches. Users may ultimately still use developer consoles for advanced features, but something simple and basic that provides useful error messages and is interactive. @catarak pointed out that jsbin (http://jsbin.com/) has a console with features almost identical to what we are looking for. The code for that is open source and found here:
https://github.com/jsbin/jsbin
cc @toolness as I know we have had discussions about this as well as it relates to p5.js-widget.