Generics

In depth Look at Generics Implementation in Type-C

2024-03-20

Given the new development of Type-C, I have decided to share my experience with implementing generics in my language. Lovely feature but damn hard to nail! This article will cover the current implementation of generics in Type-C and some of the challenges related to it.

Read More