thanks everyone... I'll be checking all of this ASAP. 

 :-)

-MAx
---
"You can either be part of the problem or part of the solution, but in the end, being 
part of the problem is much more fun."
 

> -----Original Message-----
> From: Ladislav Mecir [mailto:[EMAIL PROTECTED]
> Sent: Saturday, February 28, 2004 2:06 AM
> To: [EMAIL PROTECTED]
> Subject: [REBOL] Re: localized func alternative...
> 
> 
> 
> Maxim Olivier-Adlhoch napsal(a):
> 
> >Hi all,
> >
> >Has anyone programed an alternative to func (function, has, 
> does) which  declares every set-word as local by default?
> >
> >I find rebol's liberal use of global namespace to be the 
> most limiting factor in scaling rebol to large tools.
> >
> >I'd rather have to define global words than local words 
> (especially in api tools).
> >
> >There is MUCH less chance that incidious errors will be 
> generated or exposed.
> >
> >A notable example is the recent S: variable useage in the 
> sql tool which would not have occured.
> >
> >
> >TIA!
> >
> >-MAx
> >  
> >
> you can use http://www.fm.vslib.cz/~ladislav/rebol/lfunc.r 
> (uses local 
> variables), or, if you want to have a function having *static* local 
> variables in addition, use 
> http://www.fm.vslib.cz/~ladislav/rebol/sfunc.r
> 
> -L
> 
> -- 
> To unsubscribe from this list, just send an email to
> [EMAIL PROTECTED] with unsubscribe as the subject.
> 
> 

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to