|
|
|
|
|
by mikepurvis
414 days ago
|
|
In terms of a feature-set to target, would it make sense to be going after RPython instead of "real" Python? Doing that would let you leverage all the work that PyPy has done on separating what are the essential primitives required to make a Python vs what are the sugar and abstractions that make it familiar: https://doc.pypy.org/en/latest/faq.html#what-is-pypy |
|