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

I love that idea, but I still prefer it’d read the same as an if. Meaning the condition first and the false case last.


Rust implements this:

    let foo = if is_employed() { 2000 } else { 0 }




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

Search: