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

2006-04-01 Thread Nicholas Clark
On Sat, Apr 01, 2006 at 11:32:20AM +1100, Amos Robinson wrote: > Sorry, I missed the boat. Everything seems to be moving at Pugs-speed these days :-) But what you thought was correct. Nicholas Clark

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

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] 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