Hacker News new | ask | show | jobs
by dependenttypes 2199 days ago
If you do not want to implement a separate interpreter you can do multiple compilation passes instead.
1 comments

True, but in the cross-compilation case, you then need to do fun stuff like compile anything invoked at compile time for the host arch as well as the target.