This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Here's a guile profiling tool/a question/a *remarkable* guile fact (was Re: Guile profiling tools?)


Marius Vollmer <mvo@zagadka.ping.de> writes:

>     (foo 1 2)
>     => #<procedure bar ()>   ;; OOPS - should be 2

Should be

    (f 1 2)
    => #<procedure bar ()>   ;; OOPS - should be 2

of course.  Sorry.