You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the cli is given only the python input file, it should be run in Node.js after compiling it to Javascript instead of request an output file. This would allow to use PythonJS as a python interpreter. Add the -c argument would be good, too.
As a plus, if no input file is defined it should accept it from stdin, and maybe implement a REPL..
The text was updated successfully, but these errors were encountered:
If the cli is given only the python input file, it should be run in Node.js after compiling it to Javascript instead of request an output file. This would allow to use PythonJS as a python interpreter. Add the -c argument would be good, too.
As a plus, if no input file is defined it should accept it from stdin, and maybe implement a REPL..
The text was updated successfully, but these errors were encountered: