chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: [Chicken-bugs] #420: numbers egg should redefine


From: Chicken Scheme
Subject: [Chicken-janitors] Re: [Chicken-bugs] #420: numbers egg should redefine hash
Date: Thu, 07 Feb 2008 16:33:17 -0000

#420: numbers egg should redefine hash
----------------------------------------------------+-----------------------
  Reporter:  Owen Barnett <address@hidden>  |       Owner:              
      Type:  defect                                 |      Status:  new         
  Priority:  minor                                  |   Milestone:              
 Component:  extensions                             |     Version:  3.0.0       
Resolution:                                         |    Keywords:  numbers hash
----------------------------------------------------+-----------------------
Comment (by Owen Barnett <address@hidden>):

 ack the output should look like this:

 {{{

  #;1> (use numbers)
  #;2> (hash 100000000000)
  190984245
  #;3> (hash 100000000000)
  190987373
  #;4> (eqv? 100000000000 100000000000)
  #t
 }}}

-- 
Ticket URL: <http://trac.callcc.org/ticket/420#comment:1>
Chicken Scheme <http://www.call-with-current-continuation.org/>
The CHICKEN Scheme-to-C compiler

reply via email to

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