[GSoC] RFC: Thrift project proposal (draft)

David Nadlinger see at klickverbot.at
Fri Mar 25 07:28:28 PDT 2011


On 3/25/11 3:04 PM, Jacob Carlborg wrote:
> Don't know if this will be any problem with the Thrift protocol,
> specially since C++ is supported, but D has very limited runtime
> reflection support making it unnecessary hard to implement serialization.

Thrift and other, similar projects (like Google's Protocol Buffers) go 
the other way round anyway – you first define the data formats and RPC 
interfaces, and then use code generated from the definition to work with 
them in your application.

David


More information about the Digitalmars-d mailing list