Article:
 |
|
Introduction to PyObjC
|
| Subject: |
|
RubyCocoa |
| Date: |
|
2003-02-11 19:51:10 |
| From: |
|
bbum
|
Response to: RubyCocoa
|
|
PyObjC is also focused on accessing the Cocoa frameworks. Prior to the last year of development, PyObjC's approach was identical to RubyCocoa-- provide access to the frameworks in a high level, call only, fashion.
When Ronald added the ability to subclass ObjC classes from Python, that changed slightly. With the ability to subclass ObjC classes, Python can now be used to entirely replace Objective-C in most Cocoa projects (there are still a handful of APIs that have not been bridged).
The next article-- if O'Reilly approves it-- will focus on using Project Builder to build a standard Cocoa application whose implementation is entirely in Python that uses subclassing to achieve full integration with Cocoa while leveraging the power of Python's web services tools.
|
Showing messages 1 through 2 of 2.
-
Ruby vs. Python
2003-02-25 18:06:57
anonymous2
[View]
-
Ruby vs. Python
2006-03-16 17:16:56
funkyworklehead
[View]
Thanks