ZLR: Difference between revisions

From IFWiki

No edit summary
 
m (+ DEFAULTSORT)
Line 15: Line 15:
* [http://sourceforge.net/projects/zlr/ ZLR project page at SourceForge.net]
* [http://sourceforge.net/projects/zlr/ ZLR project page at SourceForge.net]


{{DEFAULTSORT:Zlr}}
[[Category:Interpreter]]
[[Category:Interpreter]]
[[Category:Inform]]
[[Category:Inform]]

Revision as of 15:20, 6 July 2011

ZLR is a Z-machine implementation created in 2007 by Jesse McGrew. The name is a play on "CLR", the Common Language Runtime at the core of the .NET Framework.

Features

  • Optimized for speed.
  • Strict separation between the virtual machine and I/O portions.
  • Uses the Quetzal save format.
  • Supports versions 5 and 8 of the Z-machine.
  • Multiple undo and redo.

Versions

  • Demona: uses a modified Gargoyle Glk library for I/O. Windows only.
  • ConsoleZLR: uses the standard .NET text console for I/O. Cross platform.

Links