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 > > + uint native unsigned integer (autoboxes to Int) > > + buf native bytes (finite sequence of "uint8"s, no Unicode) > > + str native string (finite sequence of native integers, no > > Unicode) > > num native floating point > > complex native complex number > > bool native boolean > > Why does uint autobox, when int doesn't? > (Or num, complex, bool or bit for that matter?) > > Nicholas Clark > >