Brisk icon indicating copy to clipboard operation
Brisk copied to clipboard

Continue Moving The Language Into Itself

Open spotandjake opened this issue 1 year ago • 0 comments

One big goal I have with brisk is to move the language into itself. Steps towards this are for instance custom operators and macros they allow a lot of logic to be figured out inside the language and remove bloat from the compiler this has advantages and disadvantages but I like this approach a lot.

Some more things we might want to look into are:

  • Macros
  • Syntax Sugar
  • Representing more as functions and just having the compiler call those functions and then let our optimizer optimize the funciton calls away.

spotandjake avatar Jan 04 '23 07:01 spotandjake