chicken-janitors
[Top][All Lists]
Advanced

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

#1760: IR-transformer not implicitly renaming?


From: Chicken Trac
Subject: #1760: IR-transformer not implicitly renaming?
Date: Wed, 02 Jun 2021 10:12:21 -0000

#1760: IR-transformer not implicitly renaming?
---------------------------------------+---------------------
            Reporter:  Idiomdrottning  |       Type:  defect
              Status:  new             |   Priority:  major
           Milestone:  someday         |  Component:  unknown
             Version:  5.2.0           |   Keywords:
Estimated difficulty:                  |
---------------------------------------+---------------------
 Is this by design or borked?

  (define-syntax a-test
    (ir-macro-transformer
     (lambda (e i c)
       '(define hey '(print "I said hey!")))))
  (a-test)
  hey

 Prints "I said hey!"

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1760>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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