Re: I want to introduce boost_asio to dlang

2015-03-06 Thread ketmar via Digitalmars-d-learn
On Fri, 06 Mar 2015 03:12:44 +, Messenger wrote:

 On Thursday, 5 March 2015 at 07:38:35 UTC, ketmar wrote:
 On Thu, 05 Mar 2015 06:05:55 +, 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.

ah, no offense intended. and hey, boost *IS* a pile of shit! ;-)

signature.asc
Description: PGP signature


Re: I want to introduce boost_asio to dlang

2015-03-06 Thread zhmt via Digitalmars-d-learn

On Friday, 6 March 2015 at 09:30:51 UTC, ketmar wrote:

On Fri, 06 Mar 2015 01:19:40 +, zhmt wrote:

Thanks for all the suggestions and pointing the right 
direction,I will

learn and try vibe.d, try to use it in my gameserver.


i've seen people using vibe.d to write warcraft server, so it's
definitely is working. you can find that on github, i believe. 
but
there's too many code to use it for learning. i just wanted to 
show you

that vibe.d is perfectly usable for such things. ;-)


Thanks for your information, I am using vibe.d to write a simple 
proxy server, to check if it is suitable for me.


Re: I want to introduce boost_asio to dlang

2015-03-06 Thread ketmar via Digitalmars-d-learn
On Fri, 06 Mar 2015 01:19:40 +, zhmt wrote:

 Thanks for all the suggestions and pointing the right direction,I will
 learn and try vibe.d, try to use it in my gameserver.

i've seen people using vibe.d to write warcraft server, so it's 
definitely is working. you can find that on github, i believe. but 
there's too many code to use it for learning. i just wanted to show you 
that vibe.d is perfectly usable for such things. ;-)

signature.asc
Description: PGP signature


Re: I want to introduce boost_asio to dlang

2015-03-05 Thread Messenger via Digitalmars-d-learn

On Thursday, 5 March 2015 at 07:38:35 UTC, ketmar wrote:

On Thu, 05 Mar 2015 06:05:55 +, 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.



Re: I want to introduce boost_asio to dlang

2015-03-05 Thread Jack Applegame via Digitalmars-d-learn

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.


Re: I want to introduce boost_asio to dlang

2015-03-05 Thread ketmar via Digitalmars-d-learn
On Thu, 05 Mar 2015 07:46:04 +, 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. ;-)

signature.asc
Description: PGP signature


Re: I want to introduce boost_asio to dlang

2015-03-05 Thread zhmt via Digitalmars-d-learn

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?


Re: I want to introduce boost_asio to dlang

2015-03-05 Thread Atila Neves via Digitalmars-d-learn

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


Re: I want to introduce boost_asio to dlang

2015-03-05 Thread zhmt via Digitalmars-d-learn
Thanks for all the suggestions and pointing the right direction,I 
will learn and try vibe.d, try to use it in my gameserver.


Re: I want to introduce boost_asio to dlang

2015-03-04 Thread ketmar via Digitalmars-d-learn
On Thu, 05 Mar 2015 06:05:55 +, 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.

signature.asc
Description: PGP signature


I want to introduce boost_asio to dlang

2015-03-04 Thread zhmt via Digitalmars-d-learn

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?