Camelia ASCII Art

2010-09-14 Thread jkpeters_37
I made a ASCII Art version of Camelia (view in fixed text, of course):

 
 _-''-_   _-''-_
   -'      '.   .'  '-
  /   **.-. ** '.\ /   *****  \
  | ** ( * ) **  *\ /\ /\ /  **  -. * |
  | **  '-' **   *)  | |  ( ** .-. **  *  |
  \   **  ** ..-' /  | |  \ * ( * ) ** ** /
   \*** .--.-^^^-.--.* '-' ** .* /
'._( @@ )   ( @@ )*   _.'
   ''.. '--' '--' ..''
/   |   |   \
   /  *  \  \___|  /  *  \
  /  ***:::** '---' **:::***  \
  |  **:::***  / | | \  ***:::**  |
   \  **  /  \ \  \  **  /
'.__.' '.__.'


This ASCII Art rendition of Camelia image is copyright 2010 by John K
Peterson.  Permission to use is granted under the Artistic License
2.0, or any subsequent version of the Artistic License.



Re: 8ecf53: [Containers] split pick into pick and roll

2010-09-16 Thread jkpeters_37
On Sep 15, 1:58 pm, nore...@github.com wrote:
> Branch: refs/heads/master
> Home:  http://github.com/perl6/specs
>
> Commit: 8ecf53a93a9e9a4a871603b482e41993e085db4f
>    http://github.com/perl6/specs/commit/8ecf53a93a9e9a4a871603b482e41993...
> Author: TimToady 
> Date:   2010-09-15 (Wed, 15 Sep 2010)
>
> Changed paths:
>   M S32-setting-library/Containers.pod
>
> Log Message:
> ---
> [Containers] split pick into pick and roll

The last added paragraph says (emphasis mine):

+The default metaphor for _picking_ is that you're pulling colored
+marbles out a bag and then putting them back. (For "picking without
replacement" see C instead.)
+Rolling requires no temporary state.

This is confusing to me. It is supposed to be describing the _roll_
method (as evidenced by the last sentence). Why does it mention the
default metaphor for _picking_ instead of the default metaphor of
_rolling_?