conartist6 2 days ago

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.

sD4fG_9hJ 2 days ago

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.