SAIL
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |released=1970 }} '''SAIL''' (Stanford Artificial Intelligence Language) is a programming language developed a...") |
(Category:TOPS-20) |
||
Line 13: | Line 13: | ||
* [http://pdp-10.trailing-edge.com/decuslib20-01/01/decus/20-0002/sail.tut.html 1976 tutorial] | * [http://pdp-10.trailing-edge.com/decuslib20-01/01/decus/20-0002/sail.tut.html 1976 tutorial] | ||
* [http://www.xidak.com/mainsail/documentation_set_1630_html/docset-MLANM.html MAINSAIL documentation] | * [http://www.xidak.com/mainsail/documentation_set_1630_html/docset-MLANM.html MAINSAIL documentation] | ||
+ | |||
+ | [[Category:TOPS-20]] |
Latest revision as of 20:21, 11 March 2016
SAIL (Stanford Artificial Intelligence Language) is a programming language developed at the Stanford AI Lab and used mostly on DEC TOPS-10 and TOPS-20 mainframes. It allowed for data structures very sophisticated for its time, including data records with multiple fields, pointers which could be used for linked lists, and various sorts of sets and associations.
A portable version called MAINSAIL was later developed.