Re: ObjC Method naming
Re: ObjC Method naming
- Subject: Re: ObjC Method naming
- From: email@hidden
- Date: Mon, 28 May 2001 17:34:18 -0400
If you decide to read some Smalltalk, be careful with the [] syntax. While
in Objective-C the [] are used to denote a statement, in Smalltalk they're
actually a "block" object. If you decide to try out some Smalltalk, you
can download a free implementation at
http://www.squeak.org
Juan
-- Original Message --
>
This is also the SmallTalk way of interpreting such a
>
method call. (Objective-C is kind of a compiled SmallTalk like language
>
built atop C. It may actually help you to read some on SmallTalk.