Re: [perf-discuss] Mapping C data structures to ksh93 nested variables..

2007-07-21 Thread Roland Mainz
Stephen Hahn wrote: > * Roland Mainz <[EMAIL PROTECTED]> [2007-07-19 17:01]: > > Alexander Kolbasov wrote: > > > > "Richard L. Hamilton" wrote: [snip] > > > Perl has a mechanism (called XSUB) to write glue code between C and Perl. > > > It > > > is definitely not the nicest part of the language. U

Re: [perf-discuss] Mapping C data structures to ksh93 nested variables..

2007-07-19 Thread Stephen Hahn
* Roland Mainz <[EMAIL PROTECTED]> [2007-07-19 17:01]: > Alexander Kolbasov wrote: > > > "Richard L. Hamilton" wrote: > > > > > > > > [...] > > > > > Hence, I totally agree with... > > > [snip] > > > > >From my point of view, function-call-like APIs that deal with binary > > > > data, preferably av

Re: [perf-discuss] Mapping C data structures to ksh93 nested variables..

2007-07-19 Thread Roland Mainz
Alexander Kolbasov wrote: > > "Richard L. Hamilton" wrote: > > > > > > [...] > > > > Hence, I totally agree with... > > [snip] > > > >From my point of view, function-call-like APIs that deal with binary > > > data, preferably available in both C and perl (the latter for those for > > > whom everyth

Re: [perf-discuss] Mapping C data structures to ksh93 nested variables..

2007-07-19 Thread Alexander Kolbasov
> "Richard L. Hamilton" wrote: > > > > [...] > > > Hence, I totally agree with... > [snip] > > >From my point of view, function-call-like APIs that deal with binary > > data, preferably available in both C and perl (the latter for those for > > whom everything has to be some sort of script), are p

[perf-discuss] Mapping C data structures to ksh93 nested variables... / was: Re: [observability-discuss] Project proposal: CPUfs

2007-07-19 Thread Roland Mainz
"Richard L. Hamilton" wrote: > > [...] > > Hence, I totally agree with... [snip] > >From my point of view, function-call-like APIs that deal with binary > data, preferably available in both C and perl (the latter for those for > whom everything has to be some sort of script), are preferable to > n