[Prev][Next][Index][Thread]

Re: Dylan (DYnamic LANguage) -- what's the deal?



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: