Y
Hacker News
new
|
ask
|
show
|
jobs
by
jlafon
4511 days 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.
1 comments
max0563
4511 days ago
In 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.
link