Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion forth vs lisp

Received: by 10.68.6.138 with SMTP id b10mr719134pba.8.1320962338767;
        Thu, 10 Nov 2011 13:58:58 -0800 (PST)
MIME-Version: 1.0
Path: h5ni25083pba.0!nntp.google.com!news2.google.com!volia.net!news2.volia.net!feed-A.news.volia.net!news.musoftware.de!wum.musoftware.de!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail
From: Kaz Kylheku <k...@kylheku.com>
Newsgroups: comp.lang.lisp
Subject: Re: forth vs lisp
Date: Thu, 10 Nov 2011 21:58:58 +0000 (UTC)
Organization: A noiseless patient Spider
Lines: 30
Message-ID: <20111110134626.732@kylheku.com>
References: <87pqh12nfl.fsf@sbcglobal.net>
 <cb9f4c815e78c3d4133e37098b5aab9c@msgid.frell.theremailer.net>
Injection-Date: Thu, 10 Nov 2011 21:58:58 +0000 (UTC)
Injection-Info: mx04.eternal-september.org; posting-host="UCk3K/YilCUd19+i749f3A";
	logging-data="4976"; mail-complaints-to="ab...@eternal-september.org";	posting-account="U2FsdGVkX19CEBwWIkqocwskVYFc5QIkYPnhSR0z8f4="
User-Agent: slrn/pre1.0.0-18 (Linux)
Cancel-Lock: sha1:j7IQB59wTNoVY3e+UkaaMGMUKRA=

On 2011-11-10, Fritz Wuehler <fr...@spamexpire-201111.rodent.frell.theremailer.net> wrote:
>> > FORTH is fundamentally interactive, LISP is not, not
>> > fundamentally.
>
>> What do you mean?
>
> The first LISPs ran on IBM machines, in batch AFAIK and this was true for
> many years. That is as far from interactive as it gets. You code something,
> you punch it on cards, you submit a job to the operator, he runs it when he
> gets a chance, it prints out, the operator hands you the printout when he
> gets a chance. You fix what you mispunched or miscoded and try again.

This process was a necessity due to the I/O limitatons of the hardware,
as well as the need to share one very expensive room-sized box among
an entire department.

Had Forth come along at that same time, it's hard to see how it could
have avoided job submission on punched cards.

You're writing about a historic dialect which quite different from
what Lisp became even ten years after that.

> There is nothing fundamentally interative about LISP.

Later Lisps like InterLisp and MacLisp were quite fundamentally
interactive.

But Lisp does support the "edit compile and build image" deployment model.

As does Forth.