digitalmars.D - Python and D could work together?
- ReverseFlux (5/5) Jan 24 2014 Hi guys,
- Tobias Pankrath (2/7) Jan 24 2014 You can always use the C-Interface for cpython.
- ReverseFlux (3/10) Jan 24 2014 Thanks for The answer
- Russel Winder (8/16) Jan 25 2014 That doesn't deal with using PyPy.
- Martin Cejp (3/3) Jan 24 2014 With user-defined annotations and compile-time traits, you could
- John Colvin (2/7) Jan 24 2014 https://bitbucket.org/ariovistus/pyd
- ReverseFlux (2/9) Jan 25 2014 Thanks a lot guys for your help!
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++?
Jan 24 2014
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 C-Interface for cpython.
Jan 24 2014
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:Thanks for The answer Does it work proprerly with D?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 C-Interface for cpython.
Jan 24 2014
On Fri, 2014-01-24 at 21:10 +0000, Tobias Pankrath wrote:On Friday, 24 January 2014 at 20:26:02 UTC, ReverseFlux wrote:That doesn't deal with using PyPy. -- Russel. ============================================================================= Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder ekiga.net 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel winder.org.uk London SW11 1EN, UK w: www.russel.org.uk skype: russel_winderHi 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 C-Interface for cpython.
Jan 25 2014
With user-defined annotations and compile-time traits, you could make a pretty smooth binding framework based on, for example, the CPython api.
Jan 24 2014
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/ariovistus/pyd
Jan 24 2014
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:Thanks a lot guys for your help!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/ariovistus/pyd
Jan 25 2014