mingshe
mingshe copied to clipboard
A better Python. It is also a template for you to create a superset of Python.
Results
2
mingshe issues
Sort by
recently updated
recently updated
newest added
``` name = func() ?! value ``` to ```python try: name = func() except: name = value ``` --- ``` name = func() ? TypeError ! value ``` to ```python...
enhancement
need discuss
``` x => x * x ``` Convert to ``` lambda x: x * x ``` Due to the limitations of Python itself, this syntax only supports single-line statements.
enhancement
help wanted