chibi-scheme/lib/chibi/reload.sld
2012-05-15 22:57:18 +09:00

9 lines
278 B
Scheme

(define-library (chibi reload)
(import (scheme)
(meta)
(srfi 39)
(only (chibi time) current-seconds)
(only (chibi filesystem) file-modification-time))
(include "reload.scm")
(export reload reload-modified-modules reload-verbose?))