chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #47: Incorrect capture of `begin'


From: Chicken Trac
Subject: [Chicken-janitors] #47: Incorrect capture of `begin'
Date: Wed, 24 Jun 2009 17:51:02 -0000

#47: Incorrect capture of `begin'
-------------------------------+--------------------------------------------
 Reporter:  Abdulaziz Ghuloum  |       Owner:  felix
     Type:  defect             |      Status:  new  
 Priority:  major              |   Milestone:  4.1.0
Component:  expander           |     Version:  4.0.8
 Keywords:                     |  
-------------------------------+--------------------------------------------
 {{{
 (let ((begin (lambda (x y) (printf "x=~s y=~s\n" x y)))) 1 2)
 }}}

 (prints "x=1 y=2")

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/47>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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