Goo is a compact and simple programming language from the Lisp family with complete object orientation and some nice technical features (for example, dynamic compilation of Goo code into native code with the help of a C compiler). In some ways, Goo seems to be an alternative to Paul Graham's Arc - Goo with a focus on object orientation, Arc with a focus on functional programming. I should take a look at it sometime, could definitely be interesting.

Here's the original article.