Basically, the question is how to use ProcessinJS compiler to use it in the same way that CoffeeScript allows writing client side code, except that it would be in Java language. I’m thinking of live coding in Java in the browser similar to the “Try CoffeeScript” option in the CoffeeScript website.
Share
This is a very confusing question. Let’s go through this step by step:
already been done. (Update: The interactive ProcessingJS editor that link used to go to has been replaced by http://sketchpad.cc/.)But, when you talk about using ProcessingJS to do “live coding in Java in the browser”… well, ProcessingJS doesn’t generate Java. Only the Processing compiler written in Java generates Java. If you want to work with Processing code in the browser and get Java output, you should either: