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
{{ message }}
This repository was archived by the owner on Apr 20, 2022. It is now read-only.
Several projects would potentially benefit from this effort:
micropython
pypy
rustpython
ironpython
brython
jython
grumpy
cpython
To be of benefit to those projects, it should be clear how the files are organized.
Some suggestions:
Describe in the documentation page how to use the standard library on top of a custom python implementation.
Split the source directory into several source directories. For example entirely-python with the python only modules. Another folder half-python with modules consisting of a python part and a low level-underscore-prefixed part. Maybe it is an idea to structure the standard library such that language implementors can copy paste the pieces they want, and implement other parts themselves.
Several projects would potentially benefit from this effort:
To be of benefit to those projects, it should be clear how the files are organized.
Some suggestions:
entirely-pythonwith the python only modules. Another folderhalf-pythonwith modules consisting of a python part and a low level-underscore-prefixed part. Maybe it is an idea to structure the standard library such that language implementors can copy paste the pieces they want, and implement other parts themselves.