I'm starting to learn Scheme. I found out about Guile-Studio to help me with my adventure into Scheme. I learned how to use the Guile REPL to load my program and run the code.
Does anybody know about some kind of shortcut for loading and evaluating my code into the REPL? What I'm doing at the moment is that I've defined a function called ``a=='' that does ==(load "program.scm")
so that it's very quick to type into the REPL.