Hacker News new | ask | show | jobs
by cardanome 172 days ago
> default values in parameters

C3 has you covered

https://c3-lang.org/language-fundamentals/functions/#functio...

It also has operator overloading and methods which you could use in place of function overloading I guess.