--- Dan Sugalski <[EMAIL PROTECTED]> wrote:
> actual work. The
> dispatch routine has a function signature like so:
> 
>   int status = dispatch(void *native_obj, sv
> *perl_scalar, char *method_called,
>                       int *num_args_in, perl_arg_stack
> *arg_stack,
>                       int *num_args_out, perl_arg_stack
> *return_values);

One thing: remember, there is a lot of talk about having
perl6 use Unicode internally, which means that things like
method names should be wchar_t * (or whatever).

Other than that, I really like this proposal. Combined with
a slightly more intelligent xsubpp (or more presupplied
typemaps) this could make XS much frendlier. (Maybe it
should be called ++XS in perl6?).

-- BKS

__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/

Reply via email to