Hacker News new | ask | show | jobs
by anthk 148 days ago
I think if these were ported to IF6 and compiled into Z8 machine game the parser would be improved nearly for free but they woudn't run fast enough under an 8 bit machine. But for DOS, Amiga, Classic Macintosh and even the ESP32 it would be more than enough to run these.
1 comments

The parser in Z-machine games comes from the game, not from the runtime, so the Z-machine version is completely irrelevant and the only reason porting to Inform 6 would make a difference is that you'd be linking it with a different parser.
Woudn't a Z8 game have an improved parser over a V5 one?
No because the parser is part of the game, not the runtime