|
|
|
|
|
by bayesianhorse
4711 days ago
|
|
The big problem with that approach and Python is Python's dynamic object model. It's really hard to completely emulate that completely in javascript, and by then it would probably not be that much cleaner, smaller or faster than CPython compiled to Javascript. Without the type system however, Python in the browser is next to useless in practice. |
|