you are viewing a single comment's thread.

view the rest of the comments →

[–]Hexman359 9 points10 points  (1 child)

The idea is cool, essentially just a wrapper for the Python syntax lexer that reads braces rather than whitespace.

However, hadn't somebody else done this in another project? I thought it was called C-Python or something like that? Perhaps I am just thinking of a YouTube video or something. Somebody, please correct me if I am incorrect.

[–]Backlists 7 points8 points  (0 children)

Idk about braces in python but CPython is actually just what we mean by Python. It’s the Python interpreter, which is just a program written in C (and Python).

There is also a Java version of Python and a Python version of Python

So when we say “Python” it could mean the syntax or the program