Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site cadre.ARPA
Path: utzoo!watmath!clyde!burl!ulysses!unc!mcnc!idis!cadre!geb
From: geb@cadre.UUCP
Newsgroups: net.ai,net.lang.lisp,net.lang.ada
Subject: Re: Thus spake the DoD...
Message-ID: <350@cadre.ARPA>
Date: Wed, 6-Mar-85 09:13:15 EST
Article-I.D.: cadre.350
Posted: Wed Mar  6 09:13:15 1985
Date-Received: Fri, 8-Mar-85 03:20:39 EST
References: <417@ssc-vax.UUCP> <676@topaz.ARPA> <6982@watdaisy.UUCP> <3223@utah-cs.UUCP> <7016@watdaisy.UUCP>
Reply-To: geb@cadre.ARPA (Gordon E. Banks)
Organization: Decision Systems Lab., Univ. of Pgh.
Lines: 12
Xref: watmath net.ai:2584 net.lang.lisp:362 net.lang.ada:211
Summary: 

>I thus stand by my original claim that the importance of LISP to AI is
>greatly exaggerated.  Not only can one now chose one of the LISP
>offspring such as PROLOG or FORTH, but also if one is writing an actual
>production system one should examine one of the more efficient
>algorithmic languages to see if it is adequate for one's application.

Has FORTH changed since I last looked at it?  Then, it didn't
support dynamic variables (like lists of arbitrary length).
I suppose you could write some routines to do that, but then
wouldn't it be like lisp, and need something like gc?  Without
dynamic variables, how could you do ai?