On Sat, Dec 27, 2008 at 6:43 AM, Yoshiki Ohshima <[email protected]> wrote: > But I'm pretty much convinced that debugged context being > restartable (by making args readonly) is important in practice.
Yes, that's perhaps the most concrete argument (no pun intended). However, in the classic ST80-like architecture read-only arguments are not required for restarting, since the original argument values are also available on the sender context's stack. Cheers, --Vassili _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
