guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: namespaces, goops, etc.


From: Michael Livshin
Subject: Re: namespaces, goops, etc.
Date: 03 Nov 2000 23:56:49 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (20 Minutes to Nikko)

thi <address@hidden> writes:

> on the other hand, here is weird behavior...
> 
> thi
> 
> __________________________________
> guile> (load 'random.scm)
> guile> (use-modules (my module))
> guile> nothing-is-real
> #<procedure nothing-is-real ()>
> guile> blah
> ERROR: In expression blah:
> ERROR: Unbound variable: blah
> ABORT: (unbound-variable)
> 
> Type "(backtrace)" to get more information or "(debug)" to enter the debugger.
> guile> (nothing-is-real)
> #t
> guile> blah
> #f
> guile>

would the behavior seem less weird if `export' were called `export!'?

the module system is one of the places where Guile's being an
interpreter really shows...

-- 
Nobody can fix the economy.  Nobody can be trusted with their finger on the
button.  Nobody's perfect.  VOTE FOR NOBODY.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]