guile-user
[Top][All Lists]
Advanced

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

Re: namespaces, goops, etc.


From: thi
Subject: Re: namespaces, goops, etc.
Date: Fri, 3 Nov 2000 13:52:33 -0800

   From: thi <address@hidden>
   Date: Fri, 3 Nov 2000 13:29:45 -0800

   to be fair, i just tried to abuse `export' in the same way
   `define-public' can be abused (see below).  guile didn't complain, but
   the specified binding was not exported, so i guess there's some measure
   of safety in using `export' over `define-public'...

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> 



reply via email to

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