Hacker News new | past | comments | ask | show | jobs | submit login

you've got `let x = if y {100} else {99};`, which IMO is more readable than `let x = y ? 100 : 99`.



Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: