marcomaggi / vicare

A native compiler for Scheme compliant with R6RS
http://marcomaggi.github.com/vicare.html
Other
200 stars 34 forks source link

timer which returns Scheme values #12

Closed marcomaggi closed 14 years ago

marcomaggi commented 14 years ago

The TIME-IT function prints time statistics on the console; it would be nice to have an alternative implementation returning the same informations as Scheme values.

Matches bug 190377 at the Ikarus bug tracker.

marcomaggi commented 14 years ago

Implemented the function time-and-gather.