Status: work-in-progress - 80% complete
Last modified: 2016-12-01
Proof of Concept
This is just scratch code to show that ps.js works on this workbench.
Normal WebPPL:
var d = "this is a test";
print(d);
Here is some formatted code.
Javascript:
var note = "this is formatted code!";
CSS:
p { color: red }
Here is an iframe with p5.js embedded:
The end!