6/11 is pretty canonical for a lot of languages ; 6/12 fixes a bunch of stuff, but the language libs haven't been translated
Q: can we take 6/12 lib and graft 6/11 language libs without anything breaking?
In any case:
Once we did a few changes to 6/12 (more entry points, RestartSub, extra verbs in AfterGameOver, etc), we could make a simpler version of Vorple:
- no need to hack KeyboardPrimitive anymore, you can just use PerformUndo
- no need to replace AfterGameOver anymore, just replace RestartSub and put a check to see if deadflag is on
- trampoline code is simpler using the routine that checks for extra verbs
6/11 is pretty canonical for a lot of languages ; 6/12 fixes a bunch of stuff, but the language libs haven't been translated
Q: can we take 6/12 lib and graft 6/11 language libs without anything breaking?
In any case:
Once we did a few changes to 6/12 (more entry points, RestartSub, extra verbs in AfterGameOver, etc), we could make a simpler version of Vorple: