Re: [Scheme-reports] Seeking review of sets and hash tables proposals Daniel Hartwig (25 May 2013 00:28 UTC)
Re: [Scheme-reports] Seeking review of sets and hash tables proposals taylanbayirli@gmail.com (25 May 2013 14:25 UTC)

Re: [Scheme-reports] Seeking review of sets and hash tables proposals Daniel Hartwig 25 May 2013 00:27 UTC

On 24 May 2013 21:55, Alaric Snell-Pym <alaric@snell-pym.org.uk> wrote:
> 1) What about printed representations? I feel there should be a written
> syntax for important data structures in Scheme, and that literals should
> self-evaluate. Needless to say, I don't think "Oh, just write out code
> that will construct one" is very useful, as that only solves the problem
> for literals in source code - not for being able to write and then read
> an sexpr to communicate data across a channel.
>

The problem with this is that e.g. a set is a collection of items
*and* also an equivalence predicate, which can be any arbitrary
procedure, and arbitrary procedures can not be written out.

_______________________________________________
Scheme-reports mailing list
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports