[Prev][Next][Index][Thread]
Re: Dylan (DYnamic LANguage) -- what's the deal?
-
To: info-dylan@ai.mit.edu
-
Subject: Re: Dylan (DYnamic LANguage) -- what's the deal?
-
From: "Gabor Greif" <gabor@mac.com>
-
Date: Tue, 8 Aug 2000 09:18:12 -0400 (EDT)
-
Xref: traf.lcs.mit.edu comp.lang.dylan:12592
On Tue, Aug 8, 2000 11:31 Uhr, Rob Myers <mailto:robm@h2g2.com> wrote:
>I've seen Scheme claimed as a member of the Algol family with Lisp syntax
>due to its scoping rules, though. :-)
>
>- Rob.
>
Scheme adopts block scoping from Algol, but not call-by-name parameter
passing.
Scheme uses call-by-value as lisp.
Gabor
Follow-Ups: