On 9/19/07, Michael Davies <mykdavies+squeak@gmail.com> wrote:
On 18/09/2007, Jason Johnson <jason.johnson.081@gmail.com> wrote:
> What about message style sytax?
>
> e.g.
>
> self add: (Kernel Array new: 4)
>

This looks like how GNU Smalltalk handles namespaces. Following up the
references in the gst info files, I found some discussion on the
Squeak wiki which includes some work done by Augustin Mrazik in 1992:

http://wiki.squeak.org/squeak/727



Thanks... this is a really good find. Reading.

Gulik.