ZIL
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (MDL isn't specific to Interactive Fiction; it's an MIT programming language based on LISP) |
Dan Tobias (Talk | contribs) |
||
Line 6: | Line 6: | ||
'''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). | '''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). | ||
+ | |||
+ | Interest in this language for new development has been spurred by the release in April 2019 of a large collection of Infocom source code. | ||
== Documentation == | == Documentation == | ||
Line 16: | Line 18: | ||
== Sample files == | == Sample files == | ||
* [https://github.com/historicalsource?utf8=%E2%9C%93&tab=repositories&q=Infocom&type=&language= Historical Source] (Infocom source code in ZIL) | * [https://github.com/historicalsource?utf8=%E2%9C%93&tab=repositories&q=Infocom&type=&language= Historical Source] (Infocom source code in ZIL) | ||
+ | |||
+ | == Online communities == | ||
+ | * [https://www.facebook.com/groups/ZILcom Facebook group] | ||
+ | * [https://www.reddit.com/r/ZILF/ ZILF Subreddit] | ||
== Other information == | == Other information == |
Revision as of 13:50, 24 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).
Interest in this language for new development has been spurred by the release in April 2019 of a large collection of Infocom source code.
Contents |
Documentation
Tools
Sample files
- Historical Source (Infocom source code in ZIL)