advertisement

Article:
  Introduction to PyObjC
Subject:   THE...
Date:   2003-02-03 08:38:21
From:   anonymous2
Has anyone looked at using this to build an implementation of Jef Raskin's 'Humane Environment' for OS X? THE is written in Python, but (in some sense) only runs in OS 9, which seems rather unnecessarily hopeless.


THE might not turn out to be worth looking at, but I'm sure many more people would have a look at it (or even try developing it) if it ran in OS X.


I think there's a THE area on Sourceforge...

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • THE...
    2003-02-04 11:09:38  bbum [Reply | View]

    I won't speak the achievements of THE one way or another-- I don't know enough about it to have formed a useful opinion.

    I do believe that using PyObjC as the implementation target for the current THE source would be counter to the apparent goals of THE. THE appears to be very much an 'old school' Carbon app that is designed to work as a first class citizen in Mac OS 9 and prior -- I thought it was supposed to run under Carbon on OS X, as well?

    In any case, if THE is to come to OS X in its current form, it will likely remain a Carbon based app. The MacPython project provides an excellent set of interfaces to the Carbon APIs on the Mac and would likely be highly relevant to the project.