This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: stack overflow



> You can get around that by doing
> guile -l ~/.guile -s script

Better yet, put the debug-set! form in the script itself.  That way,
other people will be able to run your script.

This is why Guile ignores the .guile file when given the -s option: to
make sure that people don't put things critical to the script's
operation in their .guile files, and thus accidentally write scripts
that only work for them.