On Wed, Aug 02, 2000 at 12:05:20PM -0400, Dan Sugalski wrote:
>
> Reference counting is going to be a fun one, that's for sure.
>
> I'd like the interface to be something like:
>
> stat = perl_get_value(sv *, int what, &destination)
And what type is perl_get_value declared as returning?
I can't imagine actually using it. Let's forget that one till we
know more about how Svs will be implemented.
> with shortcut functions for the common cases (int, float, string) of:
>
> stat = perl_get_int(sv *, &destination)
I'd suggest just a bunch of perl_get_foo funcs. There aren't that many.
> Now if you'd all excuse me, I've a bunch of RFCs to get written. :)
Get to it!
Tim.