eshirazi / python-with-braces

Other
89 stars 7 forks source link

Another Python with braces #4

Open ideawu opened 10 years ago

ideawu commented 10 years ago

Hi, man:

I hear about your project pythonb.org today, interesting! I open this issue just to tell you, I created a similar project two years ago:

Cpy - A C-like scripting language

The project Cpy not only add braces to Python, it also re-define all Python grammar to be C-like, if, else, for, while, class ...

Cpy is also opensourced, and is used in the SSDB NoSQL database project to write command line tools.

Cpy: http://www.ideawu.com/cpy/ on github: https://github.com/ideawu/cpy

Sincerely, me.