advertisement

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!
Full Threads Oldest First

Showing messages 1 through 3 of 3.

  • RubyCocoa
    2003-02-11 19:51:10  bbum [Reply | View]

    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.
    • Ruby vs. Python
      2003-02-25 18:06:57  anonymous2 [Reply | View]

      Please could one explain the similarities and differences between Ruby and Python in a short paragraph? Because I don't know either of them.
      Thanks
      • Ruby vs. Python
        2006-03-16 17:16:56  funkyworklehead [Reply | View]

        http://www.cs.washington.edu/homes/kd/courses/pythonruby.pdf