mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mldonkey-users] Contributions in C to mldonkey


From: Sergio D. Bruder
Subject: Re: [Mldonkey-users] Contributions in C to mldonkey
Date: Fri, 31 Jan 2003 12:29:28 -0200
User-agent: Mutt/1.4i

On Fri, Jan 31, 2003 at 12:47:41PM +0100, MLdonkey wrote:
> 
> mldonkey really suffers from its lack of developers. Since the main
> problem is that a lot of people don't know ocaml, I think there is
> still a way for them to contribute to mldonkey development: simply by
> writting C code to perform the actions they want. The only problem
> will be that:
> 
> - the C code has no access to mldonkey internals
> - the C code cannot communicate (open sockets, read/write, etc)
> 
> However, a lot of things can be performed this way: for example, a
> parser for jigle pages or sharereactor html pages could be done like that:
> 
> a structure (a C struct) containing the search would be passed to a
> first C function to generate the url to be queried:
> 
> struct search {
>   search_keywords: char*;
>   search_num : int;
> };
> 

What about python? I dont know if a ocaml/python interface is doable
or not, But python is a high level language that is much more
flexible than C for what you want to do, and have more 'audience'
than ocaml, I think.

-- 
Sergio D. Bruder
address@hidden, http://haxent.com.br
address@hidden, http://pontobr.org
41 9127-6620




reply via email to

[Prev in Thread] Current Thread [Next in Thread]