[racket] init and init-field

From: Harry Spier (vasishtha.spier at gmail.com)
Date: Wed Jan 9 20:11:33 EST 2013

Thanks Asumu.  Thats clear now.  I'm wondering if it might be a good
idea to make a small side note stating this in the Racket Guide where
it has the first example at the start of Classes and Objects where it
uses "init".

Cheers,
Harry

On Wed, Jan 9, 2013 at 4:45 PM, Asumu Takikawa <asumu at ccs.neu.edu> wrote:
> On 2013-01-09 16:37:17 -0500, Asumu Takikawa wrote:
> To be a bit more precise, a field declared with `field`/`init-field` is
> always public. A field declared with `define` is private.
>
> Cheers,
> Asumu

Posted on the users mailing list.