Difference between revisions of "Muddle"

From Computer History Wiki
Jump to: navigation, search
(MDL->Muddle)
(Zork + complete MDL 55 recovered + MiM + TENEX.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Muddle''' was a [[LISP]]-like [[programming language]] created by/for the Dynamic Modeling group at [[Project MAC]].  It was later renamed '''MDL''', but the original name has stuck.
+
'''Muddle''' was a [[LISP]]-like [[programming language]] created in 1971 by/for the Dynamic Modeling group at [[Project MAC]], initally in cooperation with the [[MIT Artificial Intelligence Laboratory|AI lab]].  It was later renamed '''MDL''', but the original name has stuck.  The language was picked up by ISI researcher Richard Shiffman, and ported to the ISI [[TENEX]] computers, and later to [[TOPS-20]].
  
Muddle was used to bootstrap the [[CLU]] programming language developed on the same [[PDP-10]].
+
The most famous Muddle application would be [[Zork]].  Muddle was used to bootstrap the [[CLU]] programming language developed on the same [[PDP-10]].
 +
 
 +
A suite of the Muddle 55 interpreter, compiler, assembler, and libraries has been recovered from [[MIT]] backup tapes.  It's complete enough to rebuilt Zork from source code.
 +
 
 +
The final version of the original PDP-10 Muddle was 56/106 (ITS/TOPS-20 version numbers), which looks to be an internal development version.  A new '''Machine independent Muddle''', or '''MiM''', was developed for TOPS-20, [[VAX]], Apollo, and Apple computers.
  
 
==External links==
 
==External links==
  
* [http://github.com/PDP-10/muddle TOPS-20/ITS MDL written in MIDAS]
+
* [http://github.com/PDP-10/muddle TOPS-20/ITS Muddle written in MIDAS]
  
 
{{stub}}
 
{{stub}}
  
 
[[Category: Languages]]
 
[[Category: Languages]]

Latest revision as of 14:35, 23 February 2023

Muddle was a LISP-like programming language created in 1971 by/for the Dynamic Modeling group at Project MAC, initally in cooperation with the AI lab. It was later renamed MDL, but the original name has stuck. The language was picked up by ISI researcher Richard Shiffman, and ported to the ISI TENEX computers, and later to TOPS-20.

The most famous Muddle application would be Zork. Muddle was used to bootstrap the CLU programming language developed on the same PDP-10.

A suite of the Muddle 55 interpreter, compiler, assembler, and libraries has been recovered from MIT backup tapes. It's complete enough to rebuilt Zork from source code.

The final version of the original PDP-10 Muddle was 56/106 (ITS/TOPS-20 version numbers), which looks to be an internal development version. A new Machine independent Muddle, or MiM, was developed for TOPS-20, VAX, Apollo, and Apple computers.

External links