help-octave
[Top][All Lists]
Advanced

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

Re: Unclearable global variables?


From: David Bateman
Subject: Re: Unclearable global variables?
Date: Fri, 18 Mar 2005 10:05:10 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

address@hidden wrote:

This method has a couple of advantages:

1) the value doesn't get stored during save like
global values do (did?)

2)  the values are available without having to
say 'global value'

The second could also be considered a disadvantage,
but in that case namespace support could be added
to octave to address it.

-Paul


Paul,

If mlock marked the symbol table entry as "eternal" the variable would be considered as a builtin a wouldn't be saved, and you wouldn't have to say "global var" either. Not saving the variable is not necessarily an advantage though in my opinion, I'd prefer is such user eternal variables were a new variable attribute that had the properties of builtins but were saved... So the load/save code would need to be modified slightly, so that it could mark such an attribute...

Regards
David




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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