zenscript icon indicating copy to clipboard operation
zenscript copied to clipboard

Can zenscript run in the browser?

Open viebel opened this issue 8 years ago • 2 comments

If zenscript can run in the browser, then it can be plug into the KLIPSE plugin.

It will allow you to create web pages with zenscript interactive code snippets - which will help you a lot to promote zenscript.

Disclaimer: I'm the author of KLIPSE.

Let me know if you are interested...

viebel avatar Oct 08 '16 17:10 viebel

As I am using ES6 features and CommonJS style 'requires' it won't immediately run in the browser. The main compiler is also using node's file API. However I wonder if with the right index.html replacing the compiler driver would work. If I could servethatt using GitHub.io you might be able to run it from a webbrowser. It would be quite cool to be able to edit the code using github's online editor and then run the compiler all from a mobile phone, although not very practical.

keean avatar Oct 14 '16 06:10 keean

Maybe we will get there along the way. I'd personally like to not be dependent on Node.JS nor npm. I'd like for us to leverage Github as our repository system. But more on that later...

shelby3 avatar Oct 14 '16 18:10 shelby3