StanzaOrg / lbstanza-old

L.B. Stanza Programming Language
Other
216 stars 23 forks source link

jb/slimmer iters #121

Open jackbackrack opened 3 years ago

jackbackrack commented 3 years ago

Remove peek from Seq and introduce PeekSeq and to-peek-seq for those that need peeking. This makes the common case much more efficient, orthogonalizes peeking, and makes writing Seq's much easier.