chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to (eval ...) in a R7RS library?


From: Kon Lovett
Subject: Re: How to (eval ...) in a R7RS library?
Date: Thu, 10 Sep 2020 12:40:00 -0700

(define-library (test-eval)
  (import
    (scheme base)
    (scheme eval)
    ;  \ / \ /
    (only (scheme r5rs) scheme-report-environment))
  (export
    my-eval)
  (begin
    (define (my-eval)
      (eval '42 (scheme-report-environment 5)))))

> On Sep 10, 2020, at 12:26 PM, Lukas Böger <mail@lboeger.de> wrote:
> 
> Hi *,
> 
> I asked a question on stackoverflow (link below), but didn't get any answer 
> so far. If anyone knows how to deal with it, don't hesitate to let me know 
> (whether per mail or per SO answer).
> 
> Thanks,
> Lukas
> 
> https://stackoverflow.com/questions/63795556
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]