Fascinating write-up on RakuAST. Converting legacy code to manipulate the AST directly is a significant step towards better tooling and metaprogramming. Curious to see how the macros implementation evolves and whether performance gains live up to expectations once fully integrated.
Thanks for your writeup! I've also been working on a bootstrapped compiler so it's fun to hear my experiences echoed in someone else's.
awesome job by niner
Fascinating write-up on RakuAST. Converting legacy code to manipulate the AST directly is a significant step towards better tooling and metaprogramming. Curious to see how the macros implementation evolves and whether performance gains live up to expectations once fully integrated.