How does this language implementations in the language itself works? Isn’t it trivial to implement any feature, given it’s already implemented? They use lower level features to implement higher level ones?
Sure, you can implement the primitives by just passing through to the host runtime if you want, but you still have to parse the source and walk the AST first.
NoThisIsMe|3 years ago