• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: proof of cocoa superiority?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: proof of cocoa superiority?


  • Subject: Re: proof of cocoa superiority?
  • From: Thomas Hudson <email@hidden>
  • Date: Mon, 11 Jun 2001 09:38:38 -0700

On Sunday, June 10, 2001, at 07:24 PM, email@hidden wrote:

Hmm, how can Apple have a patent for that, when it was already present in
Smalltalk 80, perhaps even Smalltalk 78, years before the very first Mac?

It is also currently a feature of Python:

class SomeClass:
def __init__(self):
self.val = 2

anInstance = SomeClass()
print anInstance.val
> 2
print anInstance.__dict__
> {'val':2}
anInstance.__dict__["val"] = 3
print anInstance.val
> 3

So if they are not "vigorously" enforcing the patent it may be invalid.

I've never seen EOF, but from the comments of many it seems to be something
very interesting (as well as useful). Are there docs or specs online?

T


  • Follow-Ups:
    • Re: proof of cocoa superiority?
      • From: chamlin <email@hidden>
References: 
 >Re: proof of cocoa superiority? (From: email@hidden)

  • Prev by Date: Re: Accessing PostgreSQL from Cocoa apps
  • Next by Date: Re: proof of cocoa superiority?
  • Previous by thread: Re: proof of cocoa superiority?
  • Next by thread: Re: proof of cocoa superiority?
  • Index(es):
    • Date
    • Thread