mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
9 lines
277 B
Scheme
9 lines
277 B
Scheme
|
|
(define-library (chibi reload)
|
|
(import (chibi)
|
|
(meta)
|
|
(srfi 39)
|
|
(only (chibi time) current-seconds)
|
|
(only (chibi filesystem) file-modification-time))
|
|
(include "reload.scm")
|
|
(export reload reload-modified-modules reload-verbose?))
|