tw.gl.repl
tw.gl.repl copied to clipboard
multiline symbol and single-js-file deployment
Hi, thanks for sharing this project.. I recently used it in my py-js: python3 externals for Max/MSP project and it was worked very nicely with the py object as live repl.
In this regards, I have a couple of questions:
-
Is it possible to combine the lines into one quoted symbol, instead of the current line-by-line processing?
-
If one wants to include a pre-configured repl in one's package as the default repl, is this deployment option supported? and if so, would it be possible to compress the javascript into one-file using your existing build system?