Hi Sébastien,

I just went through the patch. It sounds good! What about having a
common super class for all the concrete word classes (list/tuple/str)
which would contain all the shared logic about how finite words
interact together?

The two following design decisions will probably require more
discussion:

 - Using _mul_ rather than __mul__ in the Words class, so as not to
   get in the way of coercion?

 - Automatically concatenating concrete words, with coercion if needed
   (say list+string -> list, ...)

Cheers,
                                Nicolas
--
Nicolas M. Thiéry "Isil" <nthi...@users.sf.net>
http://Nicolas.Thiery.name/

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-de...@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to