top | item 46482849 (no title) sprash | 1 month 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. discuss order hn newest cardanome|1 month ago > default values in parametersC3 has you coveredhttps://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.
cardanome|1 month ago > default values in parametersC3 has you coveredhttps://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.
cardanome|1 month ago
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.