Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
oopd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
oopd
17y ago
See my post below.
2.
▲
by
oopd
17y ago
"They cited Obj-C, not Smalltalk." The author also cites Goslings "lots of experience" with Smalltalk. "In any event the claim is the design is influenced by Obj-C not that it is actually just like Obj-C, a distinction you seem to have trou
3.
▲
by
oopd
17y ago
In Smalltalk, when you type the name of a class you are really referencing a global variable that refers to a class object. "Dictionary new" means send the message #new to Dictionary, and the Dictionary class object will respond by giving y
4.
▲
by
oopd
17y ago
As pointed out in my post, the alleged influence simply isn't there, or isn't there enough to justify the claim. Someone who cites Smalltalk as their inspiration before going off and creating a statically-typed OO language with primitive ty
5.
▲
by
oopd
17y ago
The use of the word "influenced" to describe the effect had on Java's design process by Smalltalk, Objective-C and other languages of good repute is really somewhat misleading. Certainly, there is some identifiable influence. For example,