Hacker News new | ask | show | jobs
by rodorgas 1297 days ago
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?
1 comments

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.