5 ms·
What is the advantage of adding braces to Python? I find Python's indentation based syntax to be very readable, very close to pseudo code.
by jlafon 13y ago
What is the advantage of adding braces to Python? I find Python's indentation based syntax to be very readable, very close to pseudo code.
- max0563 13y agoIn all honesty this was a bit of a joke, there is this implementation of Python called PythonB, which was posted on HN the other day, that violates everything Python stands for and uses braces instead of white space.