Front page | perl.perl5.porters |
Postings from October 2016
Re: Nullable XS types
Thread Previous
|
Thread Next
From:
Father Chrysostomos
Date:
October 28, 2016 16:28
Subject:
Re: Nullable XS types
Message ID:
20161028162811.19687.qmail@lists-nntp.develooper.com
Paul "LeoNerd" Evans wrote:
> Short of that somewhat-pipedream, is there anything practical I can do
> now, with existing technology, to make this a little less awkward?
If I were doing it, I would just write C macros tailored to whatever
patterns emerge in my code. That may mean using PPCODE or even
creating XSUBs 'manually' the way universal.c does. Does that
work for you?
Thread Previous
|
Thread Next