logoalt Hacker News

sprashlast Saturday at 11:21 PM1 replyview on HN

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.


Replies

cardanomelast Saturday at 11:43 PM

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