November 20, 2006 Pyd updated to DMD 0.174, Python 2.5 | ||||
---|---|---|---|---|
| ||||
http://pyd.dsource.org/ Pyd is a library that allows one to easily and quickly write Python extensions in D. It can seamlessly expose most D functions and classes to Python. I've just completed a major update of Pyd. This new version takes advantage of D's new tuples, and also updates the Python/C API bindings for D to version 2.5 of Python. D bindings for the Python/C API version 2.5: http://dsource.org/projects/pyd/browser/trunk/infrastructure/python/2.5/python.d There are some slight improvements to Pyd's interface as a result of this, and I've tried to improve and expand the documentation. I'm always trying to improve the documentation, so if you find it lacking in some way, let me know. Pyd is still only available via Subversion, but I hope to have it ready for a proper beta release in the not-too-distance future. The repository is located at: http://svn.dsource.org/projects/pyd/trunk -- Kirk McDonald Pyd: Wrapping Python with D http://pyd.dsource.org |
November 20, 2006 Re: Pyd updated to DMD 0.174, Python 2.5 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kirk McDonald | "Kirk McDonald" <kirklin.mcdonald@gmail.com> wrote in message news:ejr2bn$alt$1@digitaldaemon.com... > http://pyd.dsource.org/ > > Pyd is a library that allows one to easily and quickly write Python extensions in D. It can seamlessly expose most D functions and classes to Python. > > I've just completed a major update of Pyd. This new version takes advantage of D's new tuples, and also updates the Python/C API bindings for D to version 2.5 of Python. > > D bindings for the Python/C API version 2.5: http://dsource.org/projects/pyd/browser/trunk/infrastructure/python/2.5/python.d > > There are some slight improvements to Pyd's interface as a result of this, and I've tried to improve and expand the documentation. I'm always trying to improve the documentation, so if you find it lacking in some way, let me know. > > Pyd is still only available via Subversion, but I hope to have it ready for a proper beta release in the not-too-distance future. The repository is located at: > > http://svn.dsource.org/projects/pyd/trunk Oh wow. Oh wow, wow, wow. I'm just going through all the files and _gaping_ at how much smaller / simpler / more understandable they are with the variadic templates. This just inspires me even more to make the binding library for MiniD! |
Copyright © 1999-2021 by the D Language Foundation