Hacker News new | ask | show | jobs
by stralep 5267 days ago
Parent interpreter is not host, it is JavaScript. No one said that parent and child interpreters cannot have the same language :)
1 comments

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.
It's currently 4AM here, so I cannot reason right :) If I misunderstood your point, my deepest apologies.