#18118: transducer: convenience option for process words iterativly (and showing
output)
-------------------------------------+-------------------------------------
       Reporter:  dkrenn             |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.6
      Component:  finite state       |   Resolution:
  machines                           |    Merged in:
       Keywords:  sd66               |    Reviewers:
        Authors:  Daniel Krenn       |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:  u/dkrenn/fsm       |  9376b188d40e1e7d98a6e37efd4cb95a1a108b67
  /iter_process-simple               |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 Couldn't we do better? I tried to use `inverter.process` directly, but
 sadly it does not return only a word. My dream would be that the following
 just works
 {{{
 sage: W = Words([0,1])
 sage: inverter.process(W([0,1,0])
 word: 101
 sage: inverter.process(words.FibonacciWord([0,1]))
 word: 1011010110110101101011011010110110101101...
 }}}

 What do you think?

 Vincent

--
Ticket URL: <http://trac.sagemath.org/ticket/18118#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to