Vale icon indicating copy to clipboard operation
Vale copied to clipboard

Implement generics

Open Verdagon opened this issue 3 years ago • 0 comments

They wont immediately directly speed up the compiler, but they're a necessary stepping stone to really big later optimizations.

It'll speed up incremental compilation, enable a language server, and even enable hot reloading later on.

Verdagon avatar Aug 16 '21 17:08 Verdagon