Hacker News new | ask | show | jobs
by giann 1309 days ago
This means the language will never coerce things for you implicitly. Booleans are true and false not 1 and 0 or “true” and “false” etc.
1 comments

You could argue that hiding ints and floats behind “num” is implicit conversion
Fair point