pscript
pscript copied to clipboard
Python to JavaScript compiler
Fixes https://github.com/flexxui/pscript/issues/24
I am looking for a python to JS implementation to run within or alongside https://github.com/adsharma/py2many , and running pj on the tests in https://github.com/adsharma/py2many/tree/main/tests/cases I found some issues, that I...
Hey guys, great project! I'm impressed by how clean and syntax-complete this is. Several other python-to-js solutions are a pain to use or break python syntax in unexpected ways. Question...
The **round** function takes one or two parameters in Python and one parameter in JavaScript. In [Flexx](https://github.com/flexxui/flexx), while using round with two parameter in PyWidget, the program does not fail,...
I don't know whether this is the good place to make this request. Using flexx to create an application, I from time to time need to find all the elements...
@almarklein commented on [Thu May 25 2017](https://github.com/flexxui/flexx/issues/377) Instead of transpiling to JavaScript, we could compile to WASM. This would make PyScript a language that is really fast, we can support...
Currently, `PScript` parses the Python AST to generate JavaScript. It may be advantageous to use bytecode instead. Considerations: * Bytecode is also also available in frozen applications (currently, the source...
Hi, I have a project with several files and modules. Is there a way to convert it simply to pscript?
Hi, first of all : I love pscript, and use it a lot in things like wuy/guy (https://github.com/manatlan/wuy). It let me build python component for vuejs ... But I found...