Vale
Vale copied to clipboard
Implement generics
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.