Tim Meehan <btmee...@gmail.com> writes: >> >> How do I load a file from the current path that I'm in? >> But more importantly, what is the typical workflow when using guile? >> Do people write files to the filesystem and load them in the repl to try it >> out? >> Or is there a faster way to do things?
I use geiser in emacs to run a guile repl and edit source code. This allows one to write source in a file and compile/load it, or write the source in the repl and copy it into a file when it is working and either way works fine. Leo