--- 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/
- Re: Ramblings on "base cl... Larry Wall
- Re: Ramblings on "base cl... Dan Sugalski
- Re: Ramblings on "base cl... Chaim Frenkel
- Re: Ramblings on "base cl... Dan Sugalski
- Re: Ramblings on "base cl... Larry Wall
- Re: Ramblings on "base cl... Ken Fox
- Re: Ramblings on "base cl... Nick Ing-Simmons
- Re: Ramblings on "base cl... Nick Ing-Simmons
- Re: Ramblings on "base class" for... Nick Ing-Simmons
- Re: Ramblings on "base class"... Dan Sugalski
- Re: RFC: Foreign objects in perl Benjamin Stuhl
- Re: RFC: Foreign objects in perl Dan Sugalski
- Re: RFC: Foreign objects in perl Simon Cozens
- Re: RFC: Foreign objects in perl John Tobey
- Re: RFC: Foreign objects in perl Bart Schuller
- Re: RFC: Foreign objects in perl Simon Cozens
- Re: RFC: Foreign objects in perl Nick Ing-Simmons
- Re: RFC: Foreign objects in perl Benjamin Stuhl
- Char encoding Nick Ing-Simmons
- Re: Char encoding Bryan C . Warnock
- Re: Char encoding Nick Ing-Simmons