Comment by sprash
4 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.
4 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.
> 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.