Type-C caught your attention? Have a look at a quick tour of what the language has to offer.
Type-C has rich typeset!
Type-C supports classes, interfaces, enums, structs, variants and such!
If it Quacks, it Quacks, or something?
Duck typing is supported on structs and interfaces, as long the structure is compatible, Type-C will agree!
Type-C has no class-inheritance (similar to Java)
Type-C abstracts behaviors through interfaces.
OCaml inspired Pattern Matching
You can use also use array pattern, struct pattern or type pattern (as in this example)
Nullables as a seprate type
Very similar to typescript, nullables are the only types who can recieve a null value