1 2 3 4 5 6 7
(define-library (boudin) (import (scheme base) (scheme repl) (boudin schmaltz)) (export hello) (begin (define hello "Hi")))