Hello,
On Sat 19 Jun 2010 17:05, Cecil Westerhof <[email protected]> writes:
> Op zaterdag 19 jun 2010 11:16 CEST schreef Andy Wingo:
>
>> ,profile (call-my-function)
>
> (main ("temp/input" "dummy.log" "^ +" "1234567890"))
Almost. At the repl, type:
(load "dummy.scm")
Then:
,profile (main '("dummy.scm" "temp/input" "dummy.log" "^ +" "1234567890"))
You were missing a quote, and the equivalent of argv[0].
More repl help is available by typing ,help. ,help profile, for example.
Andy
--
http://wingolog.org/