Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
vmorgulis
on Feb 13, 2016
|
parent
|
context
|
favorite
| on:
Mu: making programs easier to understand in the la...
> Wart's infix operators have only one hard-coded precedence rule: operators without whitespace are evaluated before operators with whitespace.
> n * n-1 # does what you expect
Very good idea!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
> n * n-1 # does what you expect
Very good idea!