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

Fair enough, the change from infix to prefix was misleading. But do you (or anyone) find

    (a times (b plus c)) equals ((a times b) plus (a times c))
easier to read than

    a*(b+c) = a*b + a*c

?


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

Search: