miscellaneous Taylor R Campbell (18 Sep 2009 15:49 UTC)
Re: miscellaneous David Van Horn (18 Sep 2009 17:07 UTC)
Re: miscellaneous Taylor R Campbell (18 Sep 2009 17:15 UTC)
Re: miscellaneous David Van Horn (18 Sep 2009 19:52 UTC)
Re: miscellaneous Taylor R Campbell (18 Sep 2009 20:07 UTC)
Re: miscellaneous David Van Horn (18 Sep 2009 20:40 UTC)

Re: miscellaneous Taylor R Campbell 18 Sep 2009 20:07 UTC

   Date: Fri, 18 Sep 2009 15:51:57 -0400
   From: David Van Horn <xxxxxx@cs.brandeis.edu>

   In a system that uses random-access lists everywhere, you would not need
   conversions.  In a system that doesn't, these are easy to portably
   define.  So now I'm not sure what your concern is.

I want to be able to write portable programs that can take advantage
of systems with only random-access lists, but that can run on other
systems as well by converting between sequential lists and random-
access lists.  `Take advantage' here means using identity conversions.
Of course I can define copying conversions portably and use those, but
that wouldn't take advantage of systems whose lists are all
random-access.