ZIL
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) m (→Other information) |
Dan Tobias (Talk | contribs) (MDL isn't specific to Interactive Fiction; it's an MIT programming language based on LISP) |
||
Line 5: | Line 5: | ||
}} | }} | ||
− | '''ZIL''' (Zork Implementation Language) is a programming language (based on [[MDL ( | + | '''ZIL''' (Zork Implementation Language) is a programming language (based on [[MDL (programming language)|MDL]], a programming language created at MIT which is based on [[LISP]]) used to develop interactive fiction games. It was developed by Infocom. It compiles into [[Z-code]] via the intermediary code [[ZAP]] (via a compiler that's apparently lost; however, see ZILF below for a new working compiler). |
== Documentation == | == Documentation == |
Revision as of 12:12, 18 April 2019
ZIL (Zork Implementation Language) is a programming language (based on MDL, a programming language created at MIT which is based on LISP) used to develop interactive fiction games. It was developed by Infocom. It compiles into Z-code via the intermediary code ZAP (via a compiler that's apparently lost; however, see ZILF below for a new working compiler).
Contents |
Documentation
Tools
Sample files
- Historical Source (Infocom source code in ZIL)