kuroko-lang / kuroko

Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.
https://kuroko-lang.github.io/
MIT License
431 stars 25 forks source link

`subprocess` module #7

Open klange opened 3 years ago

klange commented 3 years ago

Create a pure Kuroko module providing the subprocess.Popen interfaces.

m33mt33n commented 4 months ago

ya subprocess is a necessity, any plans for adding this soon? also consider re module and json.dumps