Difference between revisions of "Logo"

From Computer History Wiki
Jump to: navigation, search
m (Jnc moved page LOGO to Logo over redirect: Fix case)
(Unredirect ITS.)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
Various interpreters can be found [http://www.thefreecountry.com/compilers/logo.shtml here].
 
Various interpreters can be found [http://www.thefreecountry.com/compilers/logo.shtml here].
 +
 +
Development of Logo originally began on a [[PDP-1]] at [[BBN]] in the mid-1960s.  It was later rewritten to run on a PDP-10.  When most of the Logo group moved to [[MIT]], the PDP-10 version was ported to [[Incompatible Timesharing System|ITS]] and was called '''CLOGO'''.  The group got their own computer: a [[PDP-11/45]].  Logo was moved again; this new version was called '''11LOGO''' and implemented a [[standalone]] [[timesharing]] system.  An implementation in [[MACLISP]] called '''LLOGO''' (or '''Lisp Logo''') was modeled on 11LOGO.  In order to utilize the PDP-11/45 for other tasks, a new timesharing system called [[SITS]] was implemented and 11LOGO was ported to that.  After this, focus moved to to a plethora of microcomputer implementations.
  
 
{{stub}}
 
{{stub}}
  
 
[[Category:Languages]]
 
[[Category:Languages]]

Latest revision as of 07:26, 6 September 2023

Logo is a simple programming language usually taught in US grade school and UK primary school. At basic level, it revolves around manipulating the TURTLE around the screen to draw simple line art images.

Many programs implement it; sometimes, such as in the UK educational suite Textease, it is not even named as "Logo".

Various interpreters can be found here.

Development of Logo originally began on a PDP-1 at BBN in the mid-1960s. It was later rewritten to run on a PDP-10. When most of the Logo group moved to MIT, the PDP-10 version was ported to ITS and was called CLOGO. The group got their own computer: a PDP-11/45. Logo was moved again; this new version was called 11LOGO and implemented a standalone timesharing system. An implementation in MACLISP called LLOGO (or Lisp Logo) was modeled on 11LOGO. In order to utilize the PDP-11/45 for other tasks, a new timesharing system called SITS was implemented and 11LOGO was ported to that. After this, focus moved to to a plethora of microcomputer implementations.