PyPy.js: A fast, compliant Python implementation for the web
1–10 of 144 posts
Re: PyPy.js: A fast, compliant Python implementation for the web
#2Re: PyPy.js: A fast, compliant Python implementation for the web
#3Also PyPy is the right choice as the basis for this (as opposed to CPython) because its ecosystem is generally more "pure" Python than CPython's. C Extensions would only get in the way.
Re: PyPy.js: A fast, compliant Python implementation for the web
#4Re: PyPy.js: A fast, compliant Python implementation for the web
#5Besides the big download size, it does several things very "right": Full Python data model, access to the full javascript model (albeit slowly currently). Also PyPy is the right choice as the basis for this (as opposed to CPython) because its ecosystem is generally more "pure" Python than CPython's. C Extensions would only get in the way.
Re: PyPy.js: A fast, compliant Python implementation for the web
#6So does this mean that since I'm better at Python than Javascript, I can now use this to make my web frontends in Python? Because that would be pretty sweet.
Re: PyPy.js: A fast, compliant Python implementation for the web
#7So does this mean that since I'm better at Python than Javascript, I can now use this to make my web frontends in Python? Because that would be pretty sweet.
Re: PyPy.js: A fast, compliant Python implementation for the web
#8Re: PyPy.js: A fast, compliant Python implementation for the web
#9Re: PyPy.js: A fast, compliant Python implementation for the web
#10So does this mean that since I'm better at Python than Javascript, I can now use this to make my web frontends in Python? Because that would be pretty sweet.
I had the same thought. "this is cool. but what should I do with it?"