Hacker News new | ask | show | jobs
by lubutu 5268 days ago
You misunderstand: the parent interpreter is JavaScript, yes, but the child interpreter does not rely on the parent's evaluation semantics, which means it is not a metacircular evaluator, it's just a self-interpreter. See the Wikipedia article for more information.
1 comments

It's currently 4AM here, so I cannot reason right :) If I misunderstood your point, my deepest apologies.