[plt-scheme] define -> define-values in DrScheme

From: Skeptic . (skeptic2000 at hotmail.com)
Date: Wed Jul 1 20:17:04 EDT 2009


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


Posted on the users mailing list.