>>160
You could use the command geiser-load-file
(bound to C-c C-l
in Emacs) which would prompt for a file path in the minibuffer. If there's a file you want to have always loaded when you open a Guile REPL, you could add (load "program.scm")
to the ~/.guile
init file.