Yes, Smalltalk is so important you should study it. Why? You can understand object-oriented programming in pure, simple form. What people forget is that the Smalltalk-80 "Blue Book" has only about 90 pages devoted to the language—the language is just that simple. The other 300 pages talk about the predefined class hierarchy, which is a masterpiece of design for a class-based, object-oriented ...
Object Model. In Smalltalk every thing, is an object. Java has primitive types like int and float whose representation and behavior are different from complex objects. Behavior invocation. Behavior of a Smalltalk object is invoked by sending it a message. Java has methods, which are basically function calls, with the destination object being a special first argument called this. Encapsulation ...
Smalltalk ist für manche ein Grund, die Flucht zu ergreifen. Anderen wiederum bereitet das plätschernde Gespräch richtig Freude. Tatsächlich besteht kein Grund, zu flüchten, und auch seinen schlechten ...
Der Kabarettist, Autor und Menschenkenner Stefan Vögel beantwortet Fragen, die sich andere erst gar nicht zu stellen wagen. Diesmal geht es um den Smalltalk: einerseits verhasstes Instrument, um ...
Let me answer your question by (1) explaining a hello world example in Smalltalk and (2) addressing how to work with images. Hello World in Smalltalk Usually, Smalltalk systems come with their own user interface, typically a graphical environment such as Morphic in Squeak or Pharo.
pharo - How to run an Hello world in smalltalk on Windows using command ...
Ruby is becoming popular, largely from the influence Ruby on Rails, but it feels like it is currently struggling through its adolescence. There are a lot of similarities between Ruby and Smalltalk --