Announcing libasync, a cross-platform D event loop

Joakim via Digitalmars-d digitalmars-d at puremagic.com
Sat Sep 27 11:07:39 PDT 2014


On Saturday, 27 September 2014 at 17:06:53 UTC, Etienne wrote:
> On 2014-09-27 12:25 AM, Adam Wilson wrote:
>> You mentioned Botan. I already have a C++ => D Wrapper project 
>> going
>> over here: https://github.com/ellipticbit/titanium
>>
>> I am working out a bug where the memory corrupts itself when 
>> passing
>> data back to D but it works and most of the leg-work is done. 
>> And I am
>> definitely open to pull-requests.
>
> Your wrapper will probably have to wrap a new Botan. I decided 
> to translate everything to D because I need the complete 
> interface.
>
> https://github.com/etcimon/botan

How long do you think that's going to take?  What do you plan to 
do about ongoing C++ patches added to the original C++ botan 
version?  Maybe developing something like Daniel Murphy's DDMD 
magicport for botan would save you some time from doing it all 
manually.


More information about the Digitalmars-d mailing list