On Sep 19, 2009, at 3:37 PM, Eduardo Cavazos wrote:
Note also that there's a 'partition' which comes in '(rnrs)'. Here's how it compares against 'simple-partition':
Note that Ikarus's partition caters to needs other than efficiency (e.g., cycle detection, etc.). It's neither as pretty nor as fast as "simple-partition", and that's OK: if you can beat the built-ins, that means the compiler is doing a good job with your code. Try to beat the built-ins in other systems. Aziz,,,
