Re: [svn:perl6-synopsis] r8504 - doc/trunk/design/syn

2006-03-31 Thread Amos Robinson
Sorry, I missed the boat. On 4/1/06, Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Fri, Mar 31, 2006 at 04:07:41AM -0800, [EMAIL PROTECTED] wrote: > > > bit single native bit > > > +int native signed integer > > +uintnative unsigned integer (autoboxes to Int)

Re: [svn:perl6-synopsis] r8504 - doc/trunk/design/syn

2006-03-31 Thread Amos Robinson
On 4/1/06, Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Fri, Mar 31, 2006 at 04:07:41AM -0800, [EMAIL PROTECTED] wrote: > > > bit single native bit > > > +int native signed integer > > +uintnative unsigned integer (autoboxes to Int) > > +buf native

[svn:perl6-plans] r8519 - doc/trunk/plans

2006-03-31 Thread pmichaud
Author: pmichaud Date: Fri Mar 31 12:29:42 2006 New Revision: 8519 Modified: doc/trunk/plans/milestones.pod Log: Updated milestones document with some of the latest happenings related to PGE. Modified: doc/trunk/plans/milestones.pod ==

Bugs Manifesto Released!

2006-03-31 Thread Dan Kogai
[April 1st, 2006, 00:00 GMT+9] Larry Wall and Audrey Tang jointly announced that Parrot, Pugs, and all language-related projects be dysintegrated to Bugs. Bugs have ruled this planet for half a billion years and they shall do so for for years to come. Beats heck out of avians, mammals, re

[svn:perl6-synopsis] r8512 - doc/trunk/design/syn

2006-03-31 Thread larry
Author: larry Date: Fri Mar 31 07:36:42 2006 New Revision: 8512 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S06.pod doc/trunk/design/syn/S09.pod Log: Fix dates, typo. Modified: doc/trunk/design/syn/S02.pod

Re: [svn:perl6-synopsis] r8511 - doc/trunk/design/syn

2006-03-31 Thread Daniel Hulme
> Values with these types autoboxes to their uppercase counterparts when Sorry to be picky after your quick response, but s/autoboxes/autobox/; -- Mary had a little sprout,From week to week, from month to month, Its fleece was green as grass, She kept the sprout in tow, She

[svn:perl6-synopsis] r8511 - doc/trunk/design/syn

2006-03-31 Thread autrijus
Author: autrijus Date: Fri Mar 31 07:02:49 2006 New Revision: 8511 Modified: doc/trunk/design/syn/S06.pod Log: * S06: note that all native types autobox to their uppercased counterparts. Nicholas++ for asking. Modified: doc/trunk/design/syn/S06.pod ==

Re: [svn:perl6-synopsis] r8504 - doc/trunk/design/syn

2006-03-31 Thread Nicholas Clark
On Fri, Mar 31, 2006 at 04:07:41AM -0800, [EMAIL PROTECTED] wrote: > bit single native bit > +int native signed integer > +uintnative unsigned integer (autoboxes to Int) > +buf native bytes (finite sequence of "uint8"s, no Unicode) > +str

[svn:perl6-synopsis] r8505 - doc/trunk/design/syn

2006-03-31 Thread autrijus
Author: autrijus Date: Fri Mar 31 04:10:36 2006 New Revision: 8505 Modified: doc/trunk/design/syn/S09.pod Log: * excise the "ref" from S09 Modified: doc/trunk/design/syn/S09.pod == --- doc/trunk/design/syn/S09.pod

[svn:perl6-synopsis] r8504 - doc/trunk/design/syn

2006-03-31 Thread autrijus
Author: autrijus Date: Fri Mar 31 04:07:40 2006 New Revision: 8504 Modified: doc/trunk/design/syn/S06.pod Log: * S06: Updated built-in classes: - bring in "uint" from S09 (boxes to Int) - new "Buf" class to represent subscriptable byte streams - "Arguments" and "Signature" from S02 - e

[svn:perl6-synopsis] r8503 - doc/trunk/design/syn

2006-03-31 Thread autrijus
Author: autrijus Date: Fri Mar 31 03:21:59 2006 New Revision: 8503 Modified: doc/trunk/design/syn/S02.pod Log: * upon further discussion, in the interest of optimizability, Code/Block is now immutable and only Routine/Subroutine/Methods are mutables. Modified: doc/trunk/design/syn/S02.pod

[svn:perl6-synopsis] r8502 - doc/trunk/design/syn

2006-03-31 Thread autrijus
Author: autrijus Date: Fri Mar 31 03:16:08 2006 New Revision: 8502 Modified: doc/trunk/design/syn/S02.pod Log: * S02: Explicit division of immutable/mutable/native types. * S02: "Int"'s bigint autopromotion must not change its underlying type (i.e. "int" -> "BigInt"), and must support I

[svn:perl6-synopsis] r8501 - doc/trunk/design/syn

2006-03-31 Thread autrijus
Author: autrijus Date: Fri Mar 31 03:13:46 2006 New Revision: 8501 Modified: doc/trunk/design/syn/S06.pod Log: * I don't believe in a Ref type... (\3 now just means \(3), constructing an Arguments object.) Modified: doc/trunk/design/syn/S06.pod =