On Tue, Nov 12, 2013 at 04:34:51PM -0500, John Cowan wrote: > > Also, in some cases duplicate entries really mean something different > > (for example in alist->uri query attribute mappings and such). > > I don't understand this example.
((a . "foo") (a . "bar")) => ?a=foo;a=bar A HTTP server might interpret this query string differently from ?a=foo Cheers, Peter -- http://www.more-magic.net _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
