Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can zenscript run in the browser? #28

Open
viebel opened this issue Oct 8, 2016 · 2 comments
Open

Can zenscript run in the browser? #28

viebel opened this issue Oct 8, 2016 · 2 comments

Comments

@viebel
Copy link

viebel commented Oct 8, 2016

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...

@keean
Copy link
Owner

keean commented Oct 14, 2016

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.

@shelby3
Copy link

shelby3 commented Oct 14, 2016

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants