[Prev][Next][Index][Thread]
Re: Good book on Dylan?
-
To: info-dylan@ai.mit.edu
-
Subject: Re: Good book on Dylan?
-
From: Bruce Hoult <bruce@hoult.org>
-
Date: Mon, 2 Apr 2001 09:00:01 -0400 (EDT)
-
Mail-Copies-To: nobody
-
Organization: ihug ( New Zealand )
-
References: <200104021206.IAA03538@life.ai.mit.edu>
-
User-Agent: MT-NewsWatcher/3.0 (PPC)
-
Xref: traf.lcs.mit.edu comp.lang.dylan:13201
In article <200104021206.IAA03538@life.ai.mit.edu>, Rob Myers
<robmyers@mac.com> wrote:
> That sounds good. I'll do that.
>
> A while ago I found that
> slot dummy :: <table>, init-value: make(<table>);
> works as a class slot anyway, as the same value is always put into the
> slot. Of course, this isn't the result I was expecting. :-)
You were wanting, perhaps, init-expression or "slot dummy =
make(<table>)"?
-- Bruce