Whenever a programming-related text mentions self-hosting and bootstrapping, I always search it in advance for any occurrences of "forth". Just in case. Once grasped and taken hold, Forth does strange things to one's mind.
This looks very much fun. A little known fact is that the original Raku implementers were all Haskell heads and PUGS one of the first Raku parsers was written in Haskell by Audrey Tang.
Raku is mainly written in a custom subset “NQP” and the team is now cranking on RakuAST for 6.e which is rewriting the Raku parser as a Raku Grammar.
Whenever a programming-related text mentions self-hosting and bootstrapping, I always search it in advance for any occurrences of "forth". Just in case. Once grasped and taken hold, Forth does strange things to one's mind.
This looks very much fun. A little known fact is that the original Raku implementers were all Haskell heads and PUGS one of the first Raku parsers was written in Haskell by Audrey Tang.
Raku is mainly written in a custom subset “NQP” and the team is now cranking on RakuAST for 6.e which is rewriting the Raku parser as a Raku Grammar.
Socializing this knowledge will hopefully encourage other languages to pick these features up so we can all have nice things.