Hacker News new | ask | show | jobs
by int_19h 532 days ago
Forth is not a convenient VM to target for C compilers because of its numerous idiosyncrasies (e.g. the stacks don't neatly map to what a typical naive C implementation would expect).