Jump to page: 1 2
Thread overview
I want to introduce boost_asio to dlang
Mar 05, 2015
zhmt
Mar 05, 2015
ketmar
Mar 05, 2015
zhmt
Mar 05, 2015
ketmar
Mar 06, 2015
Messenger
Mar 06, 2015
ketmar
Mar 05, 2015
Jack Applegame
Mar 05, 2015
zhmt
Mar 05, 2015
ketmar
Mar 05, 2015
Atila Neves
Mar 06, 2015
zhmt
Mar 06, 2015
ketmar
Mar 06, 2015
zhmt
March 05, 2015
I am a gameserver developer, my programming lang is java now.

I want to change java to dlang, and I like boost_asio and it's coroutine,
so, I want to create a binding of boost_asio.

But I am not familiar with dlang, so I want to find someone help me, or develope this binding with me.

I will put the asio binding on github, and opensource, and free.

Anybody help or join?
March 05, 2015
On Thu, 05 Mar 2015 06:05:55 +0000, zhmt wrote:

> But I am not familiar with dlang

this is the root of the problem. please, make yourself familiar before starting to wrap boost crap. you may find that you don't need it at all.

March 05, 2015
On Thursday, 5 March 2015 at 07:38:35 UTC, ketmar wrote:
> On Thu, 05 Mar 2015 06:05:55 +0000, zhmt wrote:
>
>> But I am not familiar with dlang
>
> this is the root of the problem. please, make yourself familiar before
> starting to wrap boost crap. you may find that you don't need it at all.

I see. mastering dlang will take a long time, maybe two years or more. That means I cant start my work with dlang. I have studied for half a year, so I want to learn it in work, in solving problems.
March 05, 2015
On Thursday, 5 March 2015 at 06:05:56 UTC, zhmt wrote:
> I am a gameserver developer, my programming lang is java now.
>
> I want to change java to dlang, and I like boost_asio and it's coroutine,
> so, I want to create a binding of boost_asio.
>
> But I am not familiar with dlang, so I want to find someone help me, or develope this binding with me.
>
> I will put the asio binding on github, and opensource, and free.
>
> Anybody help or join?
There is no need to do it. Just use http://vibed.org/ instead of boost::asio.
March 05, 2015
On Thursday, 5 March 2015 at 08:22:33 UTC, Jack Applegame wrote:
> On Thursday, 5 March 2015 at 06:05:56 UTC, zhmt wrote:
>> I am a gameserver developer, my programming lang is java now.
>>
>> I want to change java to dlang, and I like boost_asio and it's coroutine,
>> so, I want to create a binding of boost_asio.
>>
>> But I am not familiar with dlang, so I want to find someone help me, or develope this binding with me.
>>
>> I will put the asio binding on github, and opensource, and free.
>>
>> Anybody help or join?
> There is no need to do it. Just use http://vibed.org/ instead of boost::asio.

It sounds like a good choice, is it as good as boost::asio?
March 05, 2015
On Thu, 05 Mar 2015 09:38:25 +0000, zhmt wrote:

>> There is no need to do it. Just use http://vibed.org/ instead of boost::asio.
> It sounds like a good choice, is it as good as boost::asio?

no. it's alot better.

March 05, 2015
On Thu, 05 Mar 2015 07:46:04 +0000, zhmt wrote:

> I have studied for half a year, so I want to learn it in work, in solving problems.

that's a good way to learn. but starting from writing wrappers for something is not a good way. ;-)

if you want a wrapper for something, it's always better to ask if D needs it at all. i.e. the proper question is something like: "i want to do async I/O in the spirit of boost::asio, are there any libraries for D that does such thing?" and you will immideately be pointed at vibe.d. ;-)

March 05, 2015
On Thursday, 5 March 2015 at 09:38:27 UTC, zhmt wrote:
> On Thursday, 5 March 2015 at 08:22:33 UTC, Jack Applegame wrote:
>> On Thursday, 5 March 2015 at 06:05:56 UTC, zhmt wrote:
>>> I am a gameserver developer, my programming lang is java now.
>>>
>>> I want to change java to dlang, and I like boost_asio and it's coroutine,
>>> so, I want to create a binding of boost_asio.
>>>
>>> But I am not familiar with dlang, so I want to find someone help me, or develope this binding with me.
>>>
>>> I will put the asio binding on github, and opensource, and free.
>>>
>>> Anybody help or join?
>> There is no need to do it. Just use http://vibed.org/ instead of boost::asio.
>
> It sounds like a good choice, is it as good as boost::asio?

Having used both, it's better.

Atila
March 06, 2015
Thanks for all the suggestions and pointing the right direction,I will learn and try vibe.d, try to use it in my gameserver.
March 06, 2015
On Thursday, 5 March 2015 at 07:38:35 UTC, ketmar wrote:
> On Thu, 05 Mar 2015 06:05:55 +0000, zhmt wrote:
>
>> But I am not familiar with dlang
>
> this is the root of the problem. please, make yourself familiar before
> starting to wrap boost crap.

Unwarranted tone imo. Let's play nice.

« First   ‹ Prev
1 2