From: Ken A. <kan...@bb...> - 2004-01-05 21:24:01
|
Just to make it clear, you can do your computation with Longs easily. Just use 0L for example, as in Java. So to sum a large pile of integers you can do something like: (apply + (cons 0L data)) k |