Description
Brisk is still in development however I have taken a break to regroup and develop the language further before implementing, future plans will be made public soon. V3 of brisk is going to be a complete redesign moving a bit farther from typeScript and closer to grain in terms of semantics while incorporating advanced typeChecking features.
Description
Brisk
is a language written with the sole purpose of educating myself on language and compiler design and to get familiar with wasm.
Language Goals
An easy to program language that compiles to Web Assembly. the goal of Brisk is to allow users to write code easily while still being performant and powerful. Brisk syntax is similar to Typescript at its core while adding features such as advanced enums that make it far more powerful and robust.