go-python / gpython

gpython is a python interpreter written in go "batteries not included"
BSD 3-Clause "New" or "Revised" License
870 stars 95 forks source link

Can you guys put a pure python library as a built-in library, So the battery will be a built-in feature? #223

Open yingshaoxo opened 1 year ago

yingshaoxo commented 1 year ago

https://github.com/micropython/micropython-lib/tree/c113611765278b2fc8dcf8b2f2c3513b35a69b39

It's micro python standard library, it does not have any c-runtime stuff, it should compatible with goython without problems.

sbinet commented 1 year ago

I believe this project (or an equivalent one?) has been evocated at some point.

I guess one could (you?) try to run gpython on their corpus of code, see where it fails and file issues ? Finally being able to add the "batteries included" tag line seems like a good thing to me.