|
|
|
|
|
by adsharma
1291 days ago
|
|
For py2many, there is an informal specification here: https://github.com/py2many/py2many/blob/main/doc/langspec.md Would be great if all the authors of "python-like" languages get together and come up with a couple of specs. I say a couple, because there are ones that support the python runtime (such as cython) and the ones which don't (like py2many). |
|