load on .so files added by klm` on Mon Feb 1 13:39:52 2016
[klm@kth ~]$ echo '(define (hi) (print "hello world"))' > module.scm [klm@kth ~]$ csc -s module.scm [klm@kth ~]$ csi -e '(load "module.so") (hi)' hello world
[klm@kth ~]$ echo '(define (hi) (print "hello world"))' > module.scm [klm@kth ~]$ csc -s module.scm [klm@kth ~]$ csi -e '(load "module.so") (hi)' hello world