Hey Vercelians π
Iβm starting work on Raven, a programming language that compiles to JavaScript.
Instead of trying to replace TypeScript, Raven is focused on bringing TypeScript-like typing directly into the compiler, so users donβt have to manage the type layer separately.
Raven also has a workspace registry for managing types and project-level definitions, with the compiler handling the rest and outputting JavaScript.
Still very early, but Iβm excited to keep building it.