From: Matthias Felleisen (matthias at ccs.neu.edu) Date: Wed May 9 21:16:29 EDT 2007 |
|
On May 9, 2007, at 8:44 PM, Day wrote: > Thanks Jon, I really did not notice that I use the primitive procedure > odd?. And also thanks to Noel and Richard Since you're learning about Scheme and binding (redefinition) relationships, you may wish to use DrScheme and the HtDP teaching languages. In those languages, a program that re-defines odd? is flagged with a decent message. Then you can start using my-odd? an see what happens. -- Matthias
Posted on the users mailing list. |
|