DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

Ben's picture

Unregistered

Feeds

aliases

  • Ben

Ben

9 months ago

in jessenoller.com » Blog Archive » What do you want to see in a concurrency talk… on jessenoller.com comments
I'd be interested in something like Kamaelia... Maybe a map reduce kind of application built with kamaelia that can be distributed over the network?

1 year ago

in sparta & my ideal python/rdf api on Phil Dawes' Stuff
This would seem to be a good match for descriptors... Make property a descriptor which checks maxCardinality, if it's 1 return the property, if it's more return a generator. The __set__ on the descriptor could take care of setting the property..
The only thing I can see which might cause problems is presenting a consistent API, i.e. how are you supposed to know that it's a generator as opposed to a value/object/whatever gets returned.
Returning? Login