[plt-scheme] init-field order?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Mar 3 08:20:20 EST 2008

At Sat, 01 Mar 2008 18:34:03 -0500, tom sgouros wrote:
> When mzscheme is initializing the fields with init-field, is
> the order guaranteed?  Is init-field more like a let* or a let?

Yes, the order is guaranteed, so it's more like `let*' (though MzScheme
guarantees an order for `let', too).

Matthew



Posted on the users mailing list.