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

Javascript Implementation #3

Open
akshayphilar opened this issue Nov 5, 2019 · 1 comment
Open

Javascript Implementation #3

akshayphilar opened this issue Nov 5, 2019 · 1 comment
Assignees

Comments

@akshayphilar
Copy link
Member

One of the main rationales behind creating shublang is that it should be executed on the browser. Evaluate options such as Transcript, webasm etc.

@akshayphilar akshayphilar self-assigned this Nov 5, 2019
@akshayphilar akshayphilar added this to the Javascript Interop milestone Nov 30, 2019
@akshayphilar
Copy link
Member Author

akshayphilar commented Dec 2, 2019

Looked at various transpiling options such as Transcrypt and Skulpt, but they fall short in terms of implementing some of the standard libraries, an example being the JSON library. With WebAssembly gaining traction, it makes sense to leverage Mozilla's Pyodide project which essentially brings Python and it's data science stack to the browser. This seems to be the path of least resistance at this stage for shublang to be supported in the browser.

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

2 participants