home *** CD-ROM | disk | FTP | other *** search
-
- The other main Infocom interpreters on the Archimedes are Frank
- Lancaster's Zip program and Edouard Poor's desktop interpreters
- (called !AUInfocom and !Zip.) Zip is blindingly fast, and very
- compact, but runs outside the desktop using the standard system
- font and plays only version 3 games. The font size this implies
- is enough to make it almost unusable on an A4. Edouard Poor's
- interpreters (at least early versions) run in the desktop, but
- fail to display a cursor and fail to handle backspacing properly.
- Frank Lancaster has also released ZipDebug, which is a combined
- debugger and interpreter; the main point of interest is prototype
- support for version 6 games.
-
- The only other Infocom interpreter I have seen on the Series3 is
- InfoPlay ported by Oliver Wagner, and based on Mark Howell's ZIP
- interpreter rather than the ITF interpreter. Currently, InfoPlay
- suffers 3 main disadvantages; it uses more memory (typically 6 to
- 10K), it uses simple fixed-width fonts for output, and the OS
- integration is slightly buggy; try ESCaping from a save dialogue,
- or killing the task from the System screen.
-
- (InfoPlay used more memory than the 1.4x version of Infocom;
- the new memory handling in 1.7 means that for larger games
- like Trinity the gain is even more noticeable. A naive port
- of Zip or ITF would be unable to fit the resident pages of
- Trinity into the 64K small memory model of the Psion.)
-
- (Brief advert: There is also a commercial version of Infocom for
- Psion, sold under the name InfoZip. This is supplied in both 3A
- and S3 versions, both of which are smaller than shareware version
- since they are essentially preregistered, along with a printed
- manual and a companion application InfoStat. It is available
- bundled with either or both of the Lost Treasures packages from
- Lacegem on (0)61-792-2871.)
-
- The main infocom interpreters in use under UNIX appear to be
- simple ports of the ITF and ZIP interpreters, usually running
- under the curses screen handling library. I am not aware of any
- other interpreters running under X11.
-