Skip to content

iterators/generators #25

@quasarbright

Description

@quasarbright

for loop iterators

want map, filter, etc. to be lazy like in python for fused iterators and infinite data

abstract notion of iterator in a for loop would be cool. make an Iterator interface with next and hasnext and __iterator__ special method to let values be used in for loops

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions