Hacker News new | ask | show | jobs
by kd0amg 4093 days ago
After all, you're taking advantage of the host language for every single aspect of the new language, even tokenizing/parsing.

Everything except for actually carrying out function application (which is pretty much the only computation in a language this tiny).