[plt-scheme] csv.plt - expand: unbound variable in module in: set-cdr!

From: Levi Smith (moderntelemachus at gmail.com)
Date: Sat Aug 9 21:40:05 EDT 2008

set-cdr! and set-car! were banished to their own library. From what I
understand, immutable pairs are the new default. Mutable pairs can still be
created using such functions as mcons and mcar, and can be modified using
the new set-mcar! and set-mcdr!

For more information, look here: "Getting rid of set-car! and set-cdr!"

http://blog.plt-scheme.org/2007/11/getting-rid-of-set-car-and-set-cdr.html

On 8/9/08, LordGeoffrey <lordgeoffrey at optushome.com.au> wrote:
>
> Hi,
> Is this something wrong with my drscheme configuration (which i always find
> confusing) or incompatibilities with v4
>
> Settings:
> Language: Pretty Big (includes MrEd and Advanced Student); memory limit:
> 128 megabytes.
>
> Used:
> (require (planet "csv.ss" ("neil" "csv.plt" 1 1)))
>
> Thanks
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080809/3e71c341/attachment.html>

Posted on the users mailing list.