|
|
|
|
|
by bayesianhorse
4765 days ago
|
|
While I would like to see Python in the browser, this isn't it. I would still prefer coffeescript or dart over brython. Both languages aren't that hard to learn, and brython is lacking many features which would make Python more pleasant to deal with... However, because of performance reasons, the very features that make python unique, especially the type system, are more javascript-like than python-like. What I would like to see is a Python-implementation which is mostly feature complete, along the lines of emscripten, but still has direct access to the dom or other javascript objects. |
|