r29256 - docs/Perl6/Spec

2009-12-04 Thread pugs-commits
Author: lwall Date: 2009-12-04 20:39:23 +0100 (Fri, 04 Dec 2009) New Revision: 29256 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] rename Enum.name to Enum.key as suggested by david.green++ Distinguish "enumeration" from "enum" when discussing enumish types clarify that the anon enum sti

Re: But vs. With

2009-12-04 Thread David Green
On 2009-Dec-3, at 8:42 pm, Jon Lang wrote: "but" _can_ change existing behavior, but doesn't have to. So "with" becomes the safe version of run-time composition, guaranteeing that whatever you mix in won't disturb existing behavior, and "but" becomes the unsafe version that you can fall b