It also looks like peak-rules, the new generic function implementation by Philip Eby, is going to actually be released and supported sometime in the reasonably near future -- with predicate based dispatch.
http://www.eby-sarna.com/pipermail/peak/2007-June/002710.html So, my suggestion is to wait for that, and rewrite TurboJson at that point. But at the same time I would like to see TurboJson updated before TG 2.0 is goes live. There's a very well defined API, and with good unit tests I think the rewrite has a very low chance of breaking anything. But it's bettter save than sary. --Mark Ramm On 6/25/07, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > It just occurred to me that what TurboJson uses RuleDispatch for can > generally be accomplished with Philip's lighter-weight, pure python > package. I don't think TurboJson needs RuleDispatch for anything > other than type-based dispatch, right? > > We should be able to eliminate all non-Python code with a change to > Philip's new package (whatever that was called). > > Thoughts? > > > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
