JarrettBillingsley / Croc

Croc is an extensible extension language in the vein of Lua, which also wishes it were a standalone language. Also it's fun.
http://www.croc-lang.org
79 stars 12 forks source link

Add some sort of generic stream iterator classes like Tango has? #71

Open ligustah opened 11 years ago

ligustah commented 11 years ago

http://www.dsource.org/projects/tango/docs/current/tango.io.stream.Iterator.html

JarrettBillingsley commented 11 years ago

Oh, things like line iterators, tokenizing iterators, stuff like that?

ligustah commented 11 years ago

Yea, something I can easily feed my streams into.

JarrettBillingsley commented 11 years ago

Sure, that can go into the new stream library once I get that all sorted out.