This is the mail archive of the guile@sources.redhat.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: time macro


Keisuke Nishida <kxn30@po.cwru.edu> writes:

> (define-macro (time form)
>   `(let ((tms-start (times))

Nit: you might want to use `let*' for clarity. `let' does not
guarantee sequential execution of the initialization forms.

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