[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ANN] PyObjC for GNUstep
From: |
David Chisnall |
Subject: |
[ANN] PyObjC for GNUstep |
Date: |
Wed, 20 Jul 2011 18:15:45 +0100 |
Hi Everyone,
Are you worried that your Objective-C code is too fast? Too readable? Too
maintainable? Well now you can fix that, by adding Python!
Attached is a diff against PyObjC that allows it to build with GNUstep[1].
This allows Python to use Objective-C objects, to subclass them, and to pass
Python objects to Objective-C. There are still some bugs, but please try it,
play with it, and see what breaks!
With PyObjC, it's trivial to export a Python interface for scripting your
Objective-C code, so you can allow Python programmers to write plugins and so
forth without needing to modify your Objective-C code.
This port was funded by Inverse: http://www.inverse.ca/.
David
[1] Tested with libobjc2 1.5, GNUstep-base and corebase from trunk on
Linux/PowerPC and FreeBSD/x86.
pyobjc.diff
Description: Binary data
- [ANN] PyObjC for GNUstep,
David Chisnall <=
- Re: [ANN] PyObjC for GNUstep, Fred Kiefer, 2011/07/21
- Re: [ANN] PyObjC for GNUstep, Ivan Vučica, 2011/07/21
- Re: [ANN] PyObjC for GNUstep, David Chisnall, 2011/07/21
- Re: [ANN] PyObjC for GNUstep, Ludovic Marcotte, 2011/07/21
- Re: [ANN] PyObjC for GNUstep, Gerold Rupprecht, 2011/07/21
- Re: [ANN] PyObjC for GNUstep, Sebastian Reitenbach, 2011/07/21
- Re: [ANN] PyObjC for GNUstep, Ludovic Marcotte, 2011/07/21
- Re: [ANN] PyObjC for GNUstep, Germán Arias, 2011/07/21