Python and D could work together?

2014-01-24 Thread ReverseFlux
Hi guys, I've been thinking for quite some time if there is any possibility of writing D modules for python do you think it's possible? Do you think I can use the already existing wrappers created for C++?

Re: Python and D could work together?

2014-01-24 Thread Tobias Pankrath
On Friday, 24 January 2014 at 20:26:02 UTC, ReverseFlux wrote: Hi guys, I've been thinking for quite some time if there is any possibility of writing D modules for python do you think it's possible? Do you think I can use the already existing wrappers created for C++? You can always use the

Re: Python and D could work together?

2014-01-24 Thread ReverseFlux
On Friday, 24 January 2014 at 21:10:23 UTC, Tobias Pankrath wrote: On Friday, 24 January 2014 at 20:26:02 UTC, ReverseFlux wrote: Hi guys, I've been thinking for quite some time if there is any possibility of writing D modules for python do you think it's possible? Do you think I can use the a

Re: Python and D could work together?

2014-01-24 Thread Martin Cejp
With user-defined annotations and compile-time traits, you could make a pretty smooth binding framework based on, for example, the CPython api.

Re: Python and D could work together?

2014-01-24 Thread John Colvin
On Friday, 24 January 2014 at 20:26:02 UTC, ReverseFlux wrote: Hi guys, I've been thinking for quite some time if there is any possibility of writing D modules for python do you think it's possible? Do you think I can use the already existing wrappers created for C++? https://bitbucket.org/a

Re: Python and D could work together?

2014-01-25 Thread ReverseFlux
On Friday, 24 January 2014 at 23:53:12 UTC, John Colvin wrote: On Friday, 24 January 2014 at 20:26:02 UTC, ReverseFlux wrote: Hi guys, I've been thinking for quite some time if there is any possibility of writing D modules for python do you think it's possible? Do you think I can use the alrea

Re: Python and D could work together?

2014-01-25 Thread Russel Winder
On Fri, 2014-01-24 at 21:10 +, Tobias Pankrath wrote: > On Friday, 24 January 2014 at 20:26:02 UTC, ReverseFlux wrote: > > Hi guys, > > I've been thinking for quite some time if there is any > > possibility of writing D modules for python do you think it's > > possible? Do you think I can use