Email list hosting service & mailing list manager

Miscellaneous comments John Cowan (16 Aug 2015 01:05 UTC)
Re: Miscellaneous comments taylanbayirli@xxxxxx (16 Aug 2015 13:21 UTC)
Re: Miscellaneous comments John Cowan (16 Aug 2015 14:04 UTC)
Re: Miscellaneous comments taylanbayirli@xxxxxx (16 Aug 2015 16:29 UTC)
Re: Miscellaneous comments taylanbayirli@xxxxxx (16 Aug 2015 19:50 UTC)
Re: Miscellaneous comments taylanbayirli@xxxxxx (17 Aug 2015 08:21 UTC)

Re: Miscellaneous comments taylanbayirli@xxxxxx 16 Aug 2015 19:50 UTC

xxxxxx@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes:

> I will refine the specification to make it clear that if a record type
> is opaque, then ref and set! should only work with the "public API" of
> the type.

Rather, I will leave opaque record types alone entirely.  I think I now
understand your logic: an opaque record type should not even be known as
a record type to anyone but its implementer.  Whether and how it will
work with the generic ref/set operations is entirely up to the
implementer (for whom I have `register-getter-with-setter!' now).

Taylan