[plt-scheme] language with set-car! and random

From: Grant Rettke (grettke at acm.org)
Date: Sun Apr 12 20:59:51 EDT 2009

You could set the language to module and use the scheme/gui language
and then use mutable pairs:

http://download.plt-scheme.org/doc/html/reference/mpairs.html

On Sun, Apr 12, 2009 at 9:34 AM, Alexander Nakhimovsky <adnakh at gmail.com> wrote:
> I need a language that has both set-[car!,cdr!] and random, and can be
> used with the GUI. Neither pretty-big nor r5rs has both. Shall I
> select module? or select pretty-big and add some include instructions
> at the top? This is a bit urgent, and help would be much appreciated.
>
> adn
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>



-- 
http://www.wisdomandwonder.com/


Posted on the users mailing list.