Thread overview
Thrift now officially supports D!
Mar 27, 2012
David Nadlinger
Mar 28, 2012
Rory McGuire
Mar 28, 2012
filgood
Mar 28, 2012
David Nadlinger
Mar 28, 2012
Jesse Phillips
Mar 28, 2012
Walter Bright
Mar 29, 2012
deadalnix
Jun 02, 2012
Dan Sanduleac
March 27, 2012
Apache Thrift is a cross-language serialization/RPC framework. During last year's Google Summer of Code, I worked on adding D as a target language – and a few days ago, the D implementation has been accepted into the upstream project!

You can find a short overview of the capabilities of the library and the obligatory collection of source/doc links at my blog: http://klickverbot.at/blog/2012/03/thrift-now-officially-supports-d/

David
March 28, 2012
Nice, anyone made a D hadoop app?



On Wed, Mar 28, 2012 at 1:16 AM, David Nadlinger <see@klickverbot.at> wrote:
> Apache Thrift is a cross-language serialization/RPC framework. During last year's Google Summer of Code, I worked on adding D as a target language – and a few days ago, the D implementation has been accepted into the upstream project!
>
> You can find a short overview of the capabilities of the library and the obligatory collection of source/doc links at my blog: http://klickverbot.at/blog/2012/03/thrift-now-officially-supports-d/
>
> David
March 28, 2012
This is cool...anyone got an example using Thrift (in D) over ZeroMQ (with D bindings)...I've been using that in c# and this works very well...

~ filgood

On 28/03/2012 08:36, Rory McGuire wrote:
> Nice, anyone made a D hadoop app?
>
>
>
> On Wed, Mar 28, 2012 at 1:16 AM, David Nadlinger<see@klickverbot.at>  wrote:
>> Apache Thrift is a cross-language serialization/RPC framework. During last
>> year's Google Summer of Code, I worked on adding D as a target language –
>> and a few days ago, the D implementation has been accepted into the upstream
>> project!
>>
>> You can find a short overview of the capabilities of the library and the
>> obligatory collection of source/doc links at my blog:
>> http://klickverbot.at/blog/2012/03/thrift-now-officially-supports-d/
>>
>> David

March 28, 2012
On Wednesday, 28 March 2012 at 08:16:55 UTC, filgood wrote:
> This is cool...anyone got an example using Thrift (in D) over ZeroMQ (with D bindings)...I've been using that in c# and this works very well...

I haven't personally used Thrift in conjunction with ZeroMQ, but a 0mq transport should be just as easy to implement as with C++/C#.

David
March 28, 2012
On Tuesday, 27 March 2012 at 23:16:29 UTC, David Nadlinger wrote:
> Apache Thrift is a cross-language serialization/RPC framework. During last year's Google Summer of Code, I worked on adding D as a target language – and a few days ago, the D implementation has been accepted into the upstream project!
>
> You can find a short overview of the capabilities of the library and the obligatory collection of source/doc links at my blog: http://klickverbot.at/blog/2012/03/thrift-now-officially-supports-d/
>
> David

http://www.reddit.com/r/programming/comments/rhk6m/thrift_now_officially_supports_d_d_programming/
March 28, 2012
On 3/27/2012 4:16 PM, David Nadlinger wrote:
> Apache Thrift is a cross-language serialization/RPC framework. During last
> year's Google Summer of Code, I worked on adding D as a target language – and a
> few days ago, the D implementation has been accepted into the upstream project!
>
> You can find a short overview of the capabilities of the library and the
> obligatory collection of source/doc links at my blog:
> http://klickverbot.at/blog/2012/03/thrift-now-officially-supports-d/
>
> David

This is great news!
March 29, 2012
Le 28/03/2012 01:16, David Nadlinger a écrit :
> Apache Thrift is a cross-language serialization/RPC framework. During
> last year's Google Summer of Code, I worked on adding D as a target
> language – and a few days ago, the D implementation has been accepted
> into the upstream project!
>
> You can find a short overview of the capabilities of the library and the
> obligatory collection of source/doc links at my blog:
> http://klickverbot.at/blog/2012/03/thrift-now-officially-supports-d/
>
> David

Now the question is : when does facebook will use it ? Andrei ! It is time to learn hypnosis !
June 02, 2012
On Tuesday, 27 March 2012 at 23:16:29 UTC, David Nadlinger wrote:
> Apache Thrift is a cross-language serialization/RPC framework. During last year's Google Summer of Code, I worked on adding D as a target language – and a few days ago, the D implementation has been accepted into the upstream project!
>
> You can find a short overview of the capabilities of the library and the obligatory collection of source/doc links at my blog: http://klickverbot.at/blog/2012/03/thrift-now-officially-supports-d/
>
> David

Beat me to it! :)
This is what I would've loved to do that summer when I was working on Thrift at Facebook, but my project was on the C++ part instead. Will definitely give it a try (esp that I just now managed to compile LDC-2 on my OSX).