PyPyJS – PyPyBox
salvatore.diodev.fr
PyPyJS – PyPyBox
1–10 of 21 posts
Re: PyPyJS – PyPyBox
#2Re: PyPyJS – PyPyBox
#3Re: PyPyJS – PyPyBox
#4Re: PyPyJS – PyPyBox
#5Edit: Shouldn't have said virtual machine, I meant a large runtime, though obviously a few implementations do have a proper VM.
Re: PyPyJS – PyPyBox
#6For anyone actually looking to transpile Python into Javascript for web usage, please take a look at Transcrypt[1]. It's the only Py->JS Compiler that creates reasonable output sizes, readable code, and doesn't require loading a virtual machine. 1: http://transcrypt.org/ Edit: Shouldn't have said virtual machine, I meant a large runtime, though obviously a few implementations do have a proper VM.
Re: PyPyJS – PyPyBox
#7For anyone actually looking to transpile Python into Javascript for web usage, please take a look at Transcrypt[1]. It's the only Py->JS Compiler that creates reasonable output sizes, readable code, and doesn't require loading a virtual machine. 1: http://transcrypt.org/ Edit: Shouldn't have said virtual machine, I meant a large runtime, though obviously a few implementations do have a proper VM.
There's also rapydscript-ng by the author of Calibre https://github.com/kovidgoyal/rapydscript-ng/
Re: PyPyJS – PyPyBox
#8Earlier quoted context omitted.
There's also rapydscript-ng by the author of Calibre https://github.com/kovidgoyal/rapydscript-ng/
Rapydscript is neat, but it's not exactly python. If I wanted to import a python package from PyPi into Rapydscript, I'd be SOL.
Re: PyPyJS – PyPyBox
#9I think PyPyJS could be a great tool for generative art.
Re: PyPyJS – PyPyBox
#10I think PyPyJS could be a great tool for generative art.