On Oct 31, 2009, at 4:46 PM, Paul Moore wrote: > I'm playing with the idea of iterators and generators from Python. > Basically, an iterator is an object that supports a single operation, > next, which produces the iterator's next value. Iterators can be > created from sequences in the obvious way by iterating through the > items.
There's a "cursors" vocabulary in extra/ that sounds like what you're looking for. -Joe ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
