| (- Mismatch Bool Left) |
|
(lambda (x) ... ) - Lisp was the first
language with implemented higher-order functions
+ are implemented
via messaging.
Smalltalk at: #f put: (Foo new)adds a new Foo named
#f to the globals which
is a dictionary affiliated with object Smalltalk.
#Foo in the above case is in
the global dictionary, Smalltalk.
Smalltalk" in the above is itself a
class, so it is in itself!
inherited method
of the class is run when a new subclass is defined.
become a completely new behavior.
become of Smalltalk