|
|
|
|
|
by tengwar2
1427 days ago
|
|
I'm very much a beginner with Smalltalk but have used C since K&R. I'm having difficulty with the statement that Slang is a dialect of Smalltalk which "does not have blocks (except for a few control structures), message sending or even objects." How can you have even a subset of Smalltalk without these? Even something as basic as an "if" statement uses all three. I see the examples, but they don't shed much light. Or is the grammar wrong, so the sentence is intended to say that the C output does not have objects etc.? |
|