What is this Python project?
Python implementation that run with only 4KB of RAM, zero dependencies, easy to bind with C.
What's the difference between this Python project and similar ones?
- RAM usage: 4KB(PikaPython), 16KB(MicroPython)
- Dependency: No OS, No file system(PikaPython), No OS(MicroPython)
- Bind C module: write pyi(PikaPython), write C macro(MicroPython) --
Anyone who agrees with this pull request could submit an Approve review to it.