I have just made available an implementation of the Flickr API for
Tcl. It is hosted at http://code.google.com/p/flickr/. The
implementation uses the fact that Tcl is dynamic and that the Flickr
API is self describing (reflection) to "declare" itself at first use.
In other words, all Tcl entry points are created once the library has
asked what methods and arguments it offers. This is cache for speed
reasons, but can be rebuilt at any time.
/Emmanuel