Re: [IronPython] Immutable value types, again

2007-05-12 Thread M. David Peterson
> I expected *somebody* to respond. Okay, I'm up for the task, Me: "you fool, you just need to cast it to a ref type and then you can mutate it all you want. When you need the val type, just cast it back. Didn't you read the tutorial??" Of course, I have no idea if this is the right answer, but

Re: [IronPython] Immutable value types, again

2007-05-12 Thread drew moore
No comments on mutable value types? I hope my post wasn't too trollish. I expected *somebody* to respond. I figured if I was struggling with it, other people had to be as well, so I felt obligated to speak up. Upside: * Nobody else seems to be having issues with the immutable value types decisi