Go to file
JeffBezanson bfbbf051c9 doing a better job hashing circular structure. the hash function is now
always fast and gives conservative correct answers, at the expense of
fidelity on medium and large size structures. for example (hash (iota 15))
gives the same result as (hash (iota 14)).
2009-05-20 03:39:20 +00:00
femtolisp doing a better job hashing circular structure. the hash function is now 2009-05-20 03:39:20 +00:00
llt adding R6RS div, mod, div0, mod0 2009-05-14 17:54:59 +00:00