| Article: |
Introduction to PyObjC | |
| Subject: | RubyCocoa | |
| Date: | 2003-02-11 19:46:01 | |
| From: | anonymous2 | |
|
RubyCocoa does many similar things, although in RubyCocoa the focus is on accessing the Cocoa Frameworks from within a Ruby program. Ruby is a very high level object oriented programming language. RubyCocoa screenshots, information and download is available here: http://www.imasy.or.jp/~hisa/mac/rubycocoa/index.en.html Have fun! |
||
Showing messages 1 through 3 of 3.




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.