Hacker News new | ask | show | jobs
by sprash 162 days ago
So far so good. The feature set is bit random though. Things i personally miss is function overloading, default values in parameters and tuple returns.
1 comments

> 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.