aroberge / ideas

Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/
Other
77 stars 4 forks source link

Consider using pegen #15

Open aroberge opened 2 years ago

aroberge commented 2 years ago

From https://discuss.python.org/t/using-math-symbols-for-operators/14700/13, https://github.com/abersheeran/mingshe appears to be doing something similar to ideas. It might be worth investigating some of the examples.

Also, have a look at https://github.com/abersheeran/cool from the same author. I believe that some of the examples from cool could be made even more appealing by using custom syntax and doing some transformations prior to execution.