Jump to content
Wikipedia The Free Encyclopedia

MDL (programming language)

From Wikipedia, the free encyclopedia
Lisp-like programming language
MDL
Paradigms Multi-paradigm: functional, procedural, reflective, meta
FamilyLisp
Designed by Gerald Sussman, Carl Hewitt, Chris Reeve, Bruce Daniels
Developer MIT Project MAC
First appeared1971; 54 years ago (1971)
Final release
105 / 1980; 45 years ago (1980)
Typing discipline Dynamic, strong
Scope Static, lexical
Implementation languageMDL
Platform PDP-10, VAX, Apollo/Domain
OS ITS, TENEX, TOPS-20, BSD, AEGIS
License Open-source
Influenced by
Lisp
Influenced
ZIL, Planner, Scheme, Common Lisp, Java, Prolog, Smalltalk; actor model, interactive fiction

MDL (Model Development Language,[1] or colloquially also referred to as More Datatypes than Lisp[2] : 3  or MIT Design Language[citation needed ]) is a programming language, a descendant of the language Lisp. Its initial purpose was to provide high-level programming language support for the Dynamic Modeling Group at Massachusetts Institute of Technology's (MIT) Project MAC.[3] It was developed in 1971 on a PDP-10 running ITS and later ran on TENEX, TOPS-20,[4] [5] BSD,[2] : 6  and AEGIS.[6]

The initial development team consisted of Gerald Sussman and Carl Hewitt of the Artificial Intelligence Lab, and Chris Reeve, Bruce Daniels, and David Cressey of the Dynamic Modeling Group. Later, Stu Galley, also of the Dynamic Modeling Group, wrote the MDL documentation.[citation needed ]

MDL was initially called Muddle.[4] : 2  This style of self-deprecating humor was not widely understood or appreciated outside of Project MAC. So the name was sanitized to MDL.[citation needed ]

MDL provides several enhancements to classic Lisp. It supports several built-in data types, including lists, strings and arrays, and user-defined data types. It offers multithreaded expression evaluation and coroutines. Variables can carry both a local value within a scope, and a global value, for passing data between scopes. Advanced built-in functions supported interactive debugging of MDL programs, incremental development, and reconstruction of source programs from object programs.

Although MDL is obsolete, some of its features have been incorporated in later versions of Lisp. Gerald Sussman went on to develop the Scheme language, in collaboration with Guy Steele, who later wrote the specifications for Common Lisp and Java. Carl Hewitt had already published the idea for the language Planner before the MDL project began, but his subsequent thinking on Planner reflected lessons learned from building MDL. Planner concepts influenced languages such as Prolog and Smalltalk. Smalltalk and Simula, in turn, influenced Hewitt's future work on the actor model.

But the largest influence that MDL had was on the software genre of interactive fiction (IF). An IF game named Zork, sometimes called Dungeon, was first written in MDL.[7] Later, Reeve, Daniels, Galley and other members of Dynamic Modeling went on to start Infocom, a company that produced many early commercial works of interactive fiction.

In 1980 Marc Blank and Joel Berez adapted the MDL language to create a subset called ZIL (Zork Implementation Language) which was used extensively by Infocom to create their award winning games.

Code sample

[edit ]

This is a sample of PDP-10 MDL:[8] [9] [10]

<DEFINEEXIT-TO(EXITSRMS)
#DECL((EXITS)EXIT(RMS)<UVECTOR[RESTROOM]>)
<MAPF<>
<FUNCTION(E)
#DECL((E)<ORDIRECTIONROOMCEXITNEXITDOOR>)
<COND(<TYPE?.EDIRECTION>)
(<AND<TYPE?.EROOM><MEMQ.E.RMS>>
<MAPLEAVET>)
(<AND<TYPE?.ECEXIT><MEMQ<2.E>.RMS>>
<MAPLEAVET>)
(<AND<TYPE?.EDOOR>
<OR<MEMQ<DROOM1.E>.RMS>
<MEMQ<DROOM2.E>.RMS>>>
<MAPLEAVET>)>>
.EXITS>>

See also

[edit ]

References

[edit ]
  1. ^ Supnik, Bob (October 25, 2006). "GET LAMP Bob Supnik Interview" (Interview). Interviewed by Jason Scott. 15:00.
  2. ^ a b Licklider, J. C. R. (January 1988). Graphical Programming and Monitoring RADC-TR-88-7 (PDF) (Report). Rome Air Development Center. Archived (PDF) from the original on May 3, 2019. Retrieved 2019年05月18日.
  3. ^ Dornbrook, Michael; Blank, Marc (1980). MDL Programming Primer MIT-LCS-TR-292 (PDF). Massachusetts Institute of Technology, Laboratory for Computer Science. Retrieved 2019年05月18日.
  4. ^ a b Galley, Stu W.; Pfister, Greg (1979). The MDL Programming Language (PDF). Massachusetts Institute of Technology, Laboratory for Computer Science. Retrieved 2018年12月18日. (Markdown/HTML transcription)
  5. ^ Lebling, P. David (May 1980). The MDL Programming Environment (PDF). Massachusetts Institute of Technology, Laboratory for Computer Science. Retrieved 2018年12月18日.
  6. ^ Lim, Poh Chuan (1982). A Device-Independent Graphics Manager for MDL (PDF) (Report). Massachusetts Institute of Technology. p. 69. Retrieved 2019年05月18日.
  7. ^ Dyer, Richard (1984年05月06日). "Masters of the Game". The Boston Globe. Archived from the original on 1997年06月07日.
  8. ^ "Zork-mdl.zip".
  9. ^ Supnik, Bob (2018年06月04日). "Software Kits". Computer Simulation and History (SimH). Bitsavers.org. Retrieved 2018年12月18日.
  10. ^ Supnik, Bob (2007年09月02日). "Software Kits". Computer Simulation and History (SimH). Forum PDP-11. Retrieved 2018年12月18日.
[edit ]
Features
Object systems
Implementations
Standardized
Common
Lisp
Scheme
ISLISP
Unstandardized
Logo
POP
Operating system
Hardware
Community
of practice
Technical standards
Education
Books
Curriculum
Organizations
Business
Education
People
Common Lisp
Scheme
Logo
POP

AltStyle によって変換されたページ (->オリジナル) /