archives

Where is everyone?

Editors, are you all still tired because of the election?

I'm feeling lonely around here.

Predicate Dispatch in the news

Lemonodor writes about predicte dispatch in CLOS, Patrick writes about Smalltalk (and see the comments regarding Python).

A few more posts are floating around, so follow the links from these two blog posts.

gbeta

In gbeta, object metamorphosis coexists with strict, static type-checking: It is possible to take an existing object and modify its structure until it is an instance of a given class, which is possibly only known or even constructed at run-time. Still, the static analysis ensures that message-not-understood errors can never occur at run-time.

It is possible to define relations between classes, e.g., to specify that the class MyPoint must be a subclass of YourPoint (without committing to exactly what classes they are). This makes it possible to define a kind of constraint graph of classes.

RSS feed for forum or responses?

I can see the big red XML box on the top left, but I don't see an RSS feed for the forum or recent posts. Does such a thing exist?

Introspection in Python

Mark Pilgrim has written an excellent book on Python.
It is available on line and is in the book shops.

The section on introspection is likely to be of interest
to us.
http://diveintopython.org/power_of_introspection/index.html