Re: perl6 with XS
Raku has the Native Call interface https://docs.raku.org/language/nativecall which is what you use instead. -- Darren Duncan On 2020-02-02 6:36 p.m., wes park wrote: HI In perl5 we can use the underline C library for example JSON C with XS interface. In perl6 how can we implement it? Thanks
perl6 with XS
HI In perl5 we can use the underline C library for example JSON C with XS interface. In perl6 how can we implement it? Thanks Wes