#16137: lazy_list from various input data
-------------------------------------+-------------------------------------
       Reporter:  MatthieuDien       |        Owner:
           Type:  enhancement        |       Status:  new
       Priority:  major              |    Milestone:  sage-6.4
      Component:  misc               |   Resolution:
       Keywords:  LazyPowerSeries,   |    Merged in:
  lazy_list, days57                  |    Reviewers:
        Authors:  Vincent            |  Work issues:
  Delecroix, Matthieu Dien           |       Commit:
Report Upstream:  N/A                |  258eee2b4f14f42c2e7ac65d62e1d7fef66ed2a2
         Branch:                     |     Stopgaps:
  public/lazy_list_from_various_input_data|
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by mantepse):

 Great!  I'm now going to make `function` take one argument only, and I
 volunteer to clean up the examples there (but probably not right now).

 Do you think it's possible to have list comprehensions for `lazy_list`?
 FriCAS allows things like:

 {{{
 [i^2 for i in 1.. | prime? i]
 }}}

 Otherwise, we need at least a function that makes a new `lazy_list` by
 applying a function (`lazy_list_explicit` might do) but also a way to
 select members from a `lazy_list`.

--
Ticket URL: <http://trac.sagemath.org/ticket/16137#comment:40>
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