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: The GIMP! By gum, I forgot all about it!


"forcer" == forcer  <forcer@mindless.com> writes:

forcer> I *guess* he means that siod's set! returns the new value. 

No, that's not the real issue.  The real issue is that siod's set will
create new global bindings when you set! an undefined variable.  Guile
(consistent with the Scheme standard) will not.  SIOD's set! is really
closer to LISP's setq in this regard.  (SIOD's LISPish heritage is
showing.)