Reflection using processing.js

I was wondering if there's a way to allow a user to write Processing code in the browser and run it, or if someone has already written a tool that does this. I imagine it would be done with reflection, which I know is possible in Java, but I don't know if there is a way to compile that kind of Java into JavaScript using processing.js. Maybe it could be done with the JavaScript eval function? I just don't want to reinvent the wheel, or do something that is not yet possible.

Answers

Sign In or Register to comment.