unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* How to use guile in a development process
@ 2021-04-29  0:35 Anthony Quizon
  2021-04-29  2:19 ` Nala Ginrut
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Anthony Quizon @ 2021-04-29  0:35 UTC (permalink / raw)
  To: guile-user

Hello,

I'm having trouble finding a good development process with guile.

I have a file foo.scm and I'm trying to load it into the repl.
However, I couldn't find any documentation on how to easily do this.
I tried looking up ",help module" in the repl which told me to use ",load
FILE".
But when I tried this I got the error "In procedure primitive-load-path:
Unable to find file "system/repl/foo.scm" in load path"

I don't know where to look to change my load file for the repl.

I read in a forum somewhere to add (add-to-load-path ".") in my .guile file
but that didn't work.

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?

Thanks,


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-04-30 11:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29  0:35 How to use guile in a development process Anthony Quizon
2021-04-29  2:19 ` Nala Ginrut
2021-04-29  7:26   ` Dr. Arne Babenhauserheide
2021-04-29  8:16 ` Adriano Peluso
2021-04-29 14:49 ` Jérémy Korwin-Zmijowski
2021-04-30  2:34 ` Tim Meehan
2021-04-30 11:22   ` Leo Butler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).