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)
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
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
==
[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
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
> 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
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
==
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
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
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
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
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
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
=
13 matches
Mail list logo