Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The core idea: normally, parentheses strengthen grouping:

1 + (2 * 3) forces 2 * 3 to happen first.

Without them, operator precedence decides. The post asks a deliberately strange question:

What if parentheses did the opposite — instead of grouping things tighter, they made them bind less tightly?



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: