chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #441: equal? may not recurse into closures


From: Chicken Trac
Subject: [Chicken-janitors] #441: equal? may not recurse into closures
Date: Tue, 07 Dec 2010 10:16:24 -0000

#441: equal? may not recurse into closures
-------------------------------+--------------------------------------------
 Reporter:  felix              |       Owner:       
     Type:  change request     |      Status:  new  
 Priority:  major              |   Milestone:  4.7.0
Component:  core libraries     |     Version:  4.6.x
 Keywords:  equal? procedures  |  
-------------------------------+--------------------------------------------
 Because it is impossible to avoid circular data when comparing closures
 and since equality of procedures is a difficult issue in general, the
 implementation of `equal?` should be changed to not descend recursively
 into procedures and comparing them with `eq?` instead.

 This is a change-request, because such a change in the semantics of
 `equal?` may break existing code.

 The discussion period will end on 2010-12-21.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/441>
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]