Re: ?MQD messaging library v1.0 released

2015-08-21 Thread Robert M. Münch via Digitalmars-d-announce
On 2015-08-21 05:52:40 +, Lars T. Kyllingstad said: Recently, I've played around with the idea of making a pure D implementation of Scalable Protocols, which was created by Martin Sustrik, one of the original ZMQ authors. He invented SP and the reference implementation, nanomsg (http://na

Re: ∅MQD messaging library v1.0 released

2015-08-21 Thread Laeeth Isharc via Digitalmars-d-announce
On Friday, 21 August 2015 at 05:52:42 UTC, Lars T. Kyllingstad wrote: On Tuesday, 18 August 2015 at 20:44:25 UTC, Suliman wrote: Lars, did you thought about full port? I read post of etcimon about his Botan lib. He eventual decided to rewrite original lib from C++ to D to make code more easier

Re: ∅MQD messaging library v1.0 released

2015-08-20 Thread Lars T. Kyllingstad via Digitalmars-d-announce
On Tuesday, 18 August 2015 at 19:35:56 UTC, Walter Bright wrote: On 8/16/2015 2:22 AM, Lars T. Kyllingstad wrote: I am happy to announce the (somewhat overdue) release of ∅MQD v1.0! https://www.reddit.com/r/programming/comments/3hgg00/mqd_d_library_for_zeromq_v10_released/ Lars, please post a

Re: ∅MQD messaging library v1.0 released

2015-08-20 Thread Lars T. Kyllingstad via Digitalmars-d-announce
On Tuesday, 18 August 2015 at 20:44:25 UTC, Suliman wrote: Lars, did you thought about full port? I read post of etcimon about his Botan lib. He eventual decided to rewrite original lib from C++ to D to make code more easier maintainable. I considered it, yes, but it is a *lot* more work, and

Re: ∅MQD messaging library v1.0 released

2015-08-19 Thread Laeeth Isharc via Digitalmars-d-announce
On Tuesday, 18 August 2015 at 20:44:25 UTC, Suliman wrote: Lars, did you thought about full port? I read post of etcimon about his Botan lib. He eventual decided to rewrite original lib from C++ to D to make code more easier maintainable. It's less work to maintain wrappers than full port, I w

Re: ∅MQD messaging library v1.0 released

2015-08-18 Thread Suliman via Digitalmars-d-announce
Lars, did you thought about full port? I read post of etcimon about his Botan lib. He eventual decided to rewrite original lib from C++ to D to make code more easier maintainable.

Re: ∅MQD messaging library v1.0 released

2015-08-18 Thread Walter Bright via Digitalmars-d-announce
On 8/16/2015 2:22 AM, Lars T. Kyllingstad wrote: I am happy to announce the (somewhat overdue) release of ∅MQD v1.0! https://www.reddit.com/r/programming/comments/3hgg00/mqd_d_library_for_zeromq_v10_released/ Lars, please post an AMA there.

Re: ∅MQD messaging library v1.0 released

2015-08-16 Thread Lars T. Kyllingstad via Digitalmars-d-announce
On Sunday, 16 August 2015 at 12:53:39 UTC, Nick Sabalausky wrote: Cool. I haven't actually used ZeroMQ yet, but it's something I've had my eye on. If you want to look into it, I heartily recommend the ZeroMQ Guide: http://zguide.zeromq.org/ In addition to being a comprehensive and well-

Re: ∅MQD messaging library v1.0 released

2015-08-16 Thread Nick Sabalausky via Digitalmars-d-announce
Cool. I haven't actually used ZeroMQ yet, but it's something I've had my eye on.