Replies: 1 comment
-
Erg also has a backend that outputs Python scripts, but this is an experimental feature. Why are we mainly developing a CPython bytecode backend? The reason is to gain syntactic/semantic freedom. For example, a backend that transpiles to Python scripts cannot use the inline module feature of Erg. Also, Python's match statement was introduced in Python 3.10, but Erg's match expression (not statement) does not use it and is therefore available regardless of the version of Python being used. |
Beta Was this translation helpful? Give feedback.
-
Does not this means erg has only Interoperability with Cpython? I think python is not only Cpython
Beta Was this translation helpful? Give feedback.
All reactions