Re: Thrift now officially supports D!

2012-06-01 Thread Dan Sanduleac

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).


Re: Thrift now officially supports D!

2012-03-29 Thread deadalnix

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 !


Re: Thrift now officially supports D!

2012-03-28 Thread Rory McGuire
Nice, anyone made a D hadoop app?



On Wed, Mar 28, 2012 at 1:16 AM, David Nadlinger s...@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


Re: Thrift now officially supports D!

2012-03-28 Thread filgood
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 Nadlingers...@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




Re: Thrift now officially supports D!

2012-03-28 Thread David Nadlinger

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


Re: Thrift now officially supports D!

2012-03-28 Thread Jesse Phillips

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/


Re: Thrift now officially supports D!

2012-03-28 Thread Walter Bright

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!


Thrift now officially supports D!

2012-03-27 Thread David Nadlinger
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