Symmetry Autumn of Code
Laeeth Isharc
laeeth at laeeth.com
Mon Jul 23 23:45:13 UTC 2018
On Wednesday, 18 July 2018 at 10:42:04 UTC, Andre Pany wrote:
> On Saturday, 14 July 2018 at 06:02:37 UTC, Mike Parker wrote:
>> Thanks to the sponsorship of Symmetry Investments, the D
>> Language Foundation is happy to announce the Symmetry Autumn
>> of Code!
>>
>> We're looking for three university students to hack on D this
>> autumn, from September - January. We're also in search of
>> potential mentors and ideas for student projects. Head to the
>> Symmetry Autumn of Code page for the details.
>>
>> Spread the word!
>>
>> https://dlang.org/blog/symmetry-autumn-of-code/
>
> Another proposal: Adding D support to gRPC
>
> I started to add D support to gRPC but paused it due to lack of
> knowledge and time.
> One solution would be to add a D wrapper to
> https://github.com/grpc/grpc/tree/master/src by making use of
> the C interface of gRPC
> (https://github.com/grpc/grpc/tree/master/include/grpc).
>
> As template e.g. C++ or python could be used
> (https://github.com/grpc/grpc/tree/master/src).
>
> Kind regards
> André
Juniper have an alpha C higher interface on top of the low level
C core grpc API. It didn't look too bad, but I didn't have time
to finish what I started (making a crude D grpc API).
https://github.com/Juniper/grpc-c
More information about the Digitalmars-d-announce
mailing list