RE: Mutable Bytes

Greg Ewing <[email protected]> Tue, 27 Jul 2004 17:14:05 +1200
Newsgroups gmane.comp.lang.prothon.user
Message-ID <[email protected]>
Mark Hahn <[email protected]>:

> Even before I decided to store the local vars in the function
> attributes,

Local vars belong in a stack-frame object or equivalent that's created
per function call. Copying the function itself for this purpose seems
like needlessly mixing up concepts that should be kept separate.

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
[email protected]	   +--------------------------------------+