Archive for February 2022
Some tricks for prettier xs
Posted on February 20, 2022. Filed under: Uncategorized | Tags: author:leont, blogs.perl.org, perl, r/perl, reddit, xs |
Some tricks for prettier xs (reddit) (blogs.perl.org) XS has a reputation of being ugly and cumbersome, but in my experience, it doesn’t have to be. […] How did I write XS with so little code/boilerplate? By using XS the way it was originally intended: to glue Perl and C together, not to implement any behavior.
Read Full Post | Make a Comment ( Comments Off on Some tricks for prettier xs )