;; ;; $ csc -emit-all-import-libraries -shared foo.scm ;; $ csc -shared foo.import.scm ;; $ csi -e '(import foo) (my-function)' ;; (module foo (my-function) (import scheme (chicken base) ) #;(declare (block)) (define (my-function) (display "hello\n")) )