19 Apr 2005 jdahlin   » (Master)

J5: that looks very similar to deferreds, found in twisted.
Although in a twisted world with deferreds you don't really need to specify the return type as you did in your example.

Perhaps it's worth designing the python bindings after features found in recent python versions such as generators and decorators, which wingo wrote about a couple of days ago. You might also want to take a look at xmlrpclib, which is very easy to use, thanks to excessive getattr usage. Not sure if you want to walk down that road for D-BUS, but it's definitely worth looking at.

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!