www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Thrift now officially supports D!

reply "David Nadlinger" <see klickverbot.at> writes:
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
Mar 27 2012
next sibling parent reply Rory McGuire <rjmcguire gmail.com> writes:
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 las=
t
 year's Google Summer of Code, I worked on adding D as a target language =
=E2=80=93
 and a few days ago, the D implementation has been accepted into the upstr=
eam
 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
Mar 28 2012
parent reply filgood <filgood somewhere.com> writes:
This is cool...anyone got an example using Thrift (in D) over ZeroMQ 


~ 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
Mar 28 2012
parent "David Nadlinger" <see klickverbot.at> writes:
On Wednesday, 28 March 2012 at 08:16:55 UTC, filgood wrote:
 This is cool...anyone got an example using Thrift (in D) over 

 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 David
Mar 28 2012
prev sibling next sibling parent "Jesse Phillips" <jessekphillips+D gmail.com> writes:
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/
Mar 28 2012
prev sibling next sibling parent Walter Bright <newshound2 digitalmars.com> writes:
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!
Mar 28 2012
prev sibling next sibling parent deadalnix <deadalnix gmail.com> writes:
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 !
Mar 29 2012
prev sibling parent "Dan Sanduleac" <sanduleac.dan gmail.com> writes:
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).
Jun 01 2012