• 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: chamlin <email@hidden>
  • Date: Mon, 11 Jun 2001 20:35:38 -0400

On Monday, June 11, 2001, at 12:38 PM, Thomas Hudson wrote:

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


Don't know python, but can't you do something like that in perl too?
Actually, I think it is the norm for perl objects.

But that probably dates from Perl 5, which would only
be, maybe, 10 years or less?


ch


References: 
 >Re: proof of cocoa superiority? (From: Thomas Hudson <email@hidden>)

  • Prev by Date: Re: OpenSSL
  • Next by Date: Subclassing NSTextView and characters with diacritical marks
  • Previous by thread: Re: proof of cocoa superiority?
  • Next by thread: Re: proof of cocoa superiority?
  • Index(es):
    • Date
    • Thread