view.py icon indicating copy to clipboard operation
view.py copied to clipboard

Python to JavaScript Compliation

Open ZeroIntensity opened this issue 2 years ago • 1 comments
trafficstars

This is already sort of supported via view.compile, but it's extremely buggy and undocumented as of now. It probably needs to get rewritten.

The biggest issue encountered was that some things behave differently (such as dictionary hashing) in JavaScript, breaking things. As a solution, Python's global's basically need to get rewritten in JavaScript to make this usable.

ZeroIntensity avatar Aug 17 '23 14:08 ZeroIntensity

#12 will be coming first to design a proper API.

ZeroIntensity avatar Nov 18 '23 16:11 ZeroIntensity