Hacker News new | ask | show | jobs
by revskill 448 days ago
Sorry, can't work without typesafety.
1 comments

if type(var) != type(var2): # here's your type safety
Safety, not equality.