digitalmars.D.announce - Thrift now officially supports D!
- "David Nadlinger" <see klickverbot.at> Mar 27 2012
- Rory McGuire <rjmcguire gmail.com> Mar 28 2012
- filgood <filgood somewhere.com> Mar 28 2012
- "David Nadlinger" <see klickverbot.at> Mar 28 2012
- "Jesse Phillips" <jessekphillips+D gmail.com> Mar 28 2012
- Walter Bright <newshound2 digitalmars.com> Mar 28 2012
- deadalnix <deadalnix gmail.com> Mar 29 2012
- "Dan Sanduleac" <sanduleac.dan gmail.com> Jun 01 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
Mar 27 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 las=
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 upstr=
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
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
Mar 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
Mar 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/
Mar 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!
Mar 28 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 !
Mar 29 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).
Jun 01 2012









filgood <filgood somewhere.com> 