[plt-scheme] define -> define-values in DrScheme
Chongkai Zhu
czhu at cs.utah.edu
Thu Jul 2 03:13:54 EDT 2009
Setting "macro hiding" in the macro-stepper to be "standard" would not
show these stuff, and probably will work better for you.
Chongkai
Skeptic . wrote:
> Hi,
> With the macro-stepper, I noticed that
> #lang scheme
> (define f (¦Ë (x) (+ x 1)))
> turned into
> (module page scheme (#%module-begin (define-values (f) (lambda (x) (#%app + x (quote 1))))))
> in DrScheme.
> Why define-values ?
> Thanks.
> _________________________________________________________________
> Internet explorer 8 aide ¨¤ prot¨¦ger la vie priv¨¦e.
> http://go.microsoft.com/?linkid=9655573
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
More information about the plt-scheme
mailing list