[Larceny-users] ERR5RS library form question

William D Clinger will at ccs.neu.edu
Tue Apr 7 20:21:19 EDT 2009


David Rush wrote:
> Is there any way to get to the environment-bindings function if
> you're still using Larceny in R5RS mode?

Are you looking for something like this?

(define (environment-symbols env)
  (append (environment-variables env)
          (environment-macros env)))

Will



More information about the Larceny-users mailing list