Content deleted Content added
No edit summary |
m fix some links and stuff |
||
Line 1:
'''SAIL''', the '''Stanford Artificial Intelligence Language''', was developed by Dan Swinehart and Sproull of the [[Stanford AI Lab]] in 1970. It was originally a large [[ALGOL 60]]-like language for the
SAIL's main feature is a symbolic data system based upon an associative store (originally called LEAP). Items may be stored as unordered sets or as associations (triples). Other features include processes, events and interrupts, contexts, backtracking and record garbage collection. It also has block-structured macros, a coroutining facility and some new data types intended for building search trees and association lists.
Line 5:
A number of interesting software systems were coded in SAIL, including early versions of [[FTP]] and [[TeX]], a document formatting system called PUB, and the first general purpose, interactive spreadsheet program called BRIGHT.
In 1978, there were half a dozen different operating systems for the PDP-10:
SAIL was ported from
A machine-independent version of SAIL called MAINSAIL was developed in the late 1970's and was used to develop many eCAD design tools during the 1980's. MAINSAIL was easily portable to new processors and operating systems, and is still in limited use as of 2005.
|