ikarus/lab
Abdulaziz Ghuloum b507118f5d Added libtimers.ss:
(time-it proc) runs proc and reports the time.
  (time-it proc message) runs proc and reports the time, with message.
  (time <expr>) evaluates expr and prints the running time.
2006-12-29 10:53:47 +03:00
..
interrupts * lab/interupts program is added to experiment with sigaction and 2006-12-24 09:25:01 +03:00
prof Actually, the profiling times show that memory-based tests can be 2006-12-21 16:32:45 +03:00
ikarusdoc makefile.ss and ikarusdoc now use "/usr/bin/env ikarus" in the shebang 2006-12-24 12:08:18 +03:00
optimize-gc.txt * Assembler-output suppresses printing the closure-size; it prints 2006-12-23 05:17:57 +03:00
pretty-print.ss * Vars now have a ``referenced'' field to be used by the optimizer. 2006-12-03 11:23:03 -05:00
streams.ss * Added ~% to the format metas. 2006-12-06 18:26:37 -05:00
sudoku-2.ss * Assembler-output suppresses printing the closure-size; it prints 2006-12-23 05:17:57 +03:00
sudoku-hard.txt Added Rich Lewis's Sudoku solver and problems. 2006-12-06 18:27:16 -05:00
sudoku.txt Added libtimers.ss: 2006-12-29 10:53:47 +03:00