AW: Re: Q: bignum vtables

2004-06-28 Thread lt
| 
| I'd planned on having bignums be a base data type the same way that
| strings were, since I couldn't see a reasonable way to handle them and do
| lossless interchange at the lowest levels otherwise.

Yes, during implementation of first BigInt steps, I saw that we'll need some of these 
vtables. Don't know yet, which.

leo








Re: NCI basics

2004-09-16 Thread lt
| -- Original Message --
| From: Charles Lowell <[EMAIL PROTECTED]>

| The whole reason I'm fooling around with nci in the first place is to 
| register callbacks as described in pdd16, and it was the function 
| signature of 'vCYZ' that was failing. 

The docs aren't yet updated, sorry. Have a look at t/pmc/nci.t for examples of working 
syntax.

leo