Virtual machine: Difference between revisions
From IFWiki
(added wikipedia link) |
DavidFisher (talk | contribs) m (Added link) |
||
Line 3: | Line 3: | ||
==Links== | ==Links== | ||
* [[wikipedia:Virtual machine]] | * [[wikipedia:Virtual machine]] | ||
* [[Past_raif_topics: Development: part 2#Virtual machines|Discussions about virtual machines]] on the rec.arts.int-fiction newsgroup | |||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 09:42, 30 September 2005
The equivalent of a computer created in software rather than in hardware. Java programs, for example, run in a Java virtual machine. Virtual machines such as the Z-machine, Glulx, and the T3 VM make writing interactive fiction easier. Rather than compiling games for each of the new operating systems, authors compile the game only once for the virtual machine. The game can then be run under any operating system for which a version of the virtual machine exists.
Links
- wikipedia:Virtual machine
- Discussions about virtual machines on the rec.arts.int-fiction newsgroup