[plt-scheme] set-car! and set-cdr! in Dr Scheme using the Essentials of Programming Language language

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Sat Mar 20 17:15:11 EDT 2010

Such cons cells are called 'mutable'. That's a hint and it costs you $.02. 


On Mar 18, 2010, at 5:15 PM, Orlowski, Anthony P. wrote:

> Is there a way to get set-car! and set-cdr! defined so they work correctly in Dr. Scheme using the Essentials of Programming Language language?  I've just started a programming language concepts course, in which we are learning scheme, and my professor proposed to give 25 extra credit homework points to the first person who can find this out. I think he believes no one will. We know for andmap and ormap we just modify the eopl.ss file to include those after eval. I don't know if that helps at all. I'll promise to give whoever can do this proper credit. Sorry, if I'm just being a nuisance.
> 
> -Anthony _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.