[racket] xml/plist plist-dict

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Fri Jun 1 19:44:43 EDT 2012

I just pushed the alist version

Jay

On Thu, May 31, 2012 at 3:52 PM, Steve Byan <stevebyan at verizon.net> wrote:
>
> On May 31, 2012, at 5:27 PM, Jay McCarthy wrote:
>
>> Tell me if this works well and I'll commit it:
>>
>> https://github.com/jeapostrophe/exp/blob/master/plist-dict.rkt
>
> Thanks, I'll give it a try.
>
>> One problem could be that it doesn't preserve the order of the
>> original plist dict entries. I could switch it to use an alist and the
>> dict interface, if that IS a problem.
>
> I believe plists are supposed to be order-independent, but I'm worried about triggering latent bugs if I switch the order. (Especially so because I'm mucking with my mailer.) I hate to impose but an alist implementation would let me sleep easier. Maybe I can fake one myself after I look at your code.
>
> Best regards,
> -Steve
>
> --
> Steve Byan <stevebyan at me.com>
> Littleton, MA 01460
>
>
>
>
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.