Iāve been experimenting with the Processing REPL mode for live coding visuals. It works pretty well, but you canāt do things like add global variables or functions. You get an error like this:
Exception in thread "Thread-2629" java.lang.NoSuchFieldError: editor
at jm.mode.replmode.REPLRunner.exceptionEvent(Unknown Source)
at processing.mode.java.runner.Runner$2.run(Runner.java:599)
I donāt really know what that means, but Iām guessing this is normal. It stops the sketch from running which makes the REPL scary (at least for now) to use in a live situation.