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: First try at using guile -- erk!


>>>>> "Telford" == Telford Tendys <telford@eng.uts.edu.au> writes:

    Telford> Guile 1.2 Copyright (c) 1995, 1996, 1997 Free Software
    Telford> (define 'value 2112)

    Telford> something seems strange because when I try to quit with
    Telford> ^D, I find myself in an endless loop of:

    Telford> ERROR: Unbound variable: debug

 I get the same result with `guile1.2', as well as with `guile1.3a'.

 I wonder what `debug' is supposed to be going to do someday?  I guess
the first thing it should do is not call itself recursivly.