diff options
author | Keisuke Nishida <kxn30@po.cwru.edu> | 2001-03-17 10:04:23 +0000 |
---|---|---|
committer | Keisuke Nishida <kxn30@po.cwru.edu> | 2001-03-17 10:04:23 +0000 |
commit | 0c0ffe090ae9c83c1aeb12e507c6cd199bc4efd5 (patch) | |
tree | 51791197361952e83bc1be6779f568c0636e94f5 | |
parent | 5e38caf19696cb23b6b7054811d7d4e896c9f5ff (diff) | |
download | guile-0c0ffe090ae9c83c1aeb12e507c6cd199bc4efd5.tar.gz |
** New module (ice-9 time)
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -736,6 +736,10 @@ space" for Guile headers. This means that the compiler only is given Implements the interface to documentation strings associated with objects. +** New module (ice-9 time) + +Provides a macro `time', which displays execution time of a given form. + * Changes to the stand-alone interpreter ** New command line option --debug |