From: Jajwuth
Subject: uses of lisp
Date: 
Message-ID: <20000107081106.24751.00000188@nso-ba.aol.com>
what is lisp particularly useful for as a programming language
i have read some preamble in books but would like further information
Al

From: Larry Kramer
Subject: Re: uses of lisp
Date: 
Message-ID: <3875FA0F.5B1B6C8D@stsci.edu>
Jajwuth wrote:
> 
> what is lisp particularly useful for as a programming language
> i have read some preamble in books but would like further information
> Al

As Richard Stallman said in an interview referred to in another thread
(see
http://www.linuxcare.com/news_columns/interviews/1999/12-14-99.epl),
"LISP is the most powerful programming language..."

Given that, Lisp is useful for just about any programming task,
but is particularly useful for those tasks that are hard in other
languages, or hard to maintain in other languages, or need to
be programmed well by a small group of people in a relatively
short time, or for programs that need to be able to be fixed
while they're running, etc....

Larry
From: Espen Vestre
Subject: Re: uses of lisp
Date: 
Message-ID: <w6yaa1ud46.fsf@wallace.nextel.no>
Larry Kramer <······@stsci.edu> writes:

> for programs that need to be able to be fixed
> while they're running, etc....

that's why Common Lisp is the perfect language for server applications
with short development cycles and high uptime demands - in other words:
for the internet!
-- 
  (espen)
From: Janos Blazi
Subject: Re: uses of lisp
Date: 
Message-ID: <38762451_2@goliath.newsfeeds.com>
Hasn't been this question asked before...?

Janos Blazi


Jajwuth <·······@aol.com> schrieb in im Newsbeitrag:
·····························@nso-ba.aol.com...
> what is lisp particularly useful for as a programming language
> i have read some preamble in books but would like further information
> Al




  -----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------
   http://www.newsfeeds.com       The Largest Usenet Servers in the World!
------== Over 73,000 Newsgroups - Including  Dedicated  Binaries Servers ==-----
From: Jajwuth
Subject: Re: uses of lisp
Date: 
Message-ID: <20000107152959.22996.00000222@nso-bj.aol.com>
In article <··········@goliath.newsfeeds.com>, "Janos Blazi"
<······@netsurf.de> writes:

>Hasn't been this question asked before...?
>
>Janos Blazi
>

It probably has but the uniqueness of this programming language begs you to ask
the question. The web site has a lot of large scale corporate type uses which
are hard to understand.
Al