Hacker News new | ask | show | jobs
by federico3 3804 days ago
Keep in mind that Nim is statically typed and the typing prevents ambiguity: foo.say_hi() and SayHi() are not the same.