I don't think the mutable/immutable issue should be as significant as it
seems here. Using the Any type shouldn't perform better the way you
describe, so we need to look more at what the actual contracts are doing.

Sam

On Dec 2, 2017 6:24 PM, "HiPhish" <hiph...@openmailbox.org> wrote:

> Now that I think about it, changing the types to be immutable is not really
> correct either. There is no reason users should not be able to serialise a
> mutable list, vector or hash table, just as they can serialise any mutable
> scalar as well.
>
> The result of unpacking bytes could be immutable, but would that make any
> difference?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to