Hacker News new | ask | show | jobs
by ponderingfish 2134 days ago
This is fantastic - I have always loved C-style syntax. The braces and indentations make code easy to read. I am always scared of Python's 2/4 space requirements - hard when you wear thick eyeglasses :)
1 comments

There are no such requirements, those are guidelines. All that’s required is you indent at all, and that it’s self-consistent.