On Fri 18 Jun 2010 22:50, Cecil Westerhof <[email protected]> writes: > Why is this so expensive?
The general answer to this question can be found by profiling. You should factor your code into a function, then from the repl: ,profile (call-my-function) I wonder, perhaps we should have a --profile command-line flag... Andy -- http://wingolog.org/
