Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!isl1.ri.cmu.edu!Knowledge.Based.Simulation From: Knowledge.Based.Simulation@ISL1.RI.CMU.EDU Newsgroups: mod.ai Subject: Future AI Language Message-ID: <8603170713.AA04923@ucbvax.berkeley.edu> Date: Thu, 13-Mar-86 01:11:58 EST Article-I.D.: ucbvax.8603170713.AA04923 Posted: Thu Mar 13 01:11:58 1986 Date-Received: Tue, 18-Mar-86 01:51:09 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 35 Approved: ailist@sri-ai.arpa I found this interesting spoof and wondered if I could use it to zap people new to AI or who hang around the subject. It was interesting .... to say the least. --- rajesh kanungo _____________________________________________________________________________ FORTRAN CONTRIBUTED By Martin Merry in The Catalogue of Artificial Intelligence Tools Edited by Alan Bundy FORTRAN is the programming Language considered by many to be the natural successor to LISP and Prolog for A.I. Research. Its Advantages include: 1. It is very efficient for computation (many A.I. programs rely on number-crunching techniques). 2. A.I. problems tend to be very poorly structured, meaning that control needs to move frequently from one part of the program to another. FORTRAN provides a special mechanism for achieving this, the so-called GOTO statement. 3. FORTRAN provides a very efficient data structure, the array, which is particularly useful if, for example, one wishes to process a collection of English sentences each of which has the same length.