This post originated from an RSS feed registered with Agile Buzz
by James Robertson.
Original Post: History Repeats itself
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
How many times have you been told that Smalltalk has weak typing or is untyped? It's an old misconception from people who confuse type declarations with strong typing - the example I often give is that C and C++ are statically typed, but are also weakly typed - you can get the system to attempt an operation that it has no business attempting. Smalltalk is dynamically, but stringly typed - you get well understood exceptions when you try an illegal type operation.