DEV Community

Discussion on: What the hell is type-safe language?

Collapse
 
fpuffer profile image
Frank Puffer • Edited

What does dynamic typing have to do with "Divide by zero"? Zero is a value, not a type. Statically typed languages won't prevent division by zero.

Collapse
 
vjnvisakh profile image
Visakh Vijayan

True ... that was a mistake. Thank you for pointing it out.

Collapse
 
camto profile image
Benjamin Philippe Applegate

True, unless you have refinement typing!