From: Eli Barzilay (eli at barzilay.org) Date: Mon Jun 11 11:49:47 EDT 2007 |
|
On Jun 10, Anton van Straaten wrote: > Robby Findler wrote: > > But, just for the relative newcomers to PLT Scheme, it is probably > > better to just work with modules than namespaces. > > Or, if the goal is just to experiment in an R5RS environment, just > select "Standard (R5RS)" from the Language menu in DrScheme. And using mzscheme: mzscheme -M r5rs -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://www.barzilay.org/ Maze is Life!
Posted on the users mailing list. |
|