Front page | perl.perl6.users |
Postings from January 2020
Re: stolen uint's
Thread Previous
|
Thread Next
From:
ToddAndMargo via perl6-users
Date:
January 29, 2020 03:05
Subject:
Re: stolen uint's
Message ID:
be0d3252-c5c7-861d-2926-8940b15e1ff0@zoho.com
On 2020-01-28 18:57, Trey Harris wrote:
> For doing that sort of thing, learning a little glue C would probably be
> very useful (IMO, every systems-oriented programmer is helped immensely
> by knowing enough C to be able to munge low-level data structures). This
> is a lovely little example of a numeric library using native arithmetic
> where most of the work is shunted into C but the interface is native Raku:
>
> https://github.com/p6-pdf/Base64-Native-p6
Interesting. I am doing something like that in NativeCall.
Thread Previous
|
Thread Next