Hi Stephen,

Could you give a few use cases that shows what your library can be used for?

Is it only for those of us that require a stream/seq of single bytes/chars?

Would that make it easier to generate sha1's for example?
Is it useful for sound/video-like streams?

Sorry if I missed the point completely…

-FrankS.



On Dec 12, 2012, at 6:10 PM, Stephen Compall <stephen.comp...@gmail.com> wrote:

> This is the second release of a simple data-conversion library between
> input streams, output streams, and purely lazy lists of blocks read from
> them.  It's for Clojure-JVM 1.4.0.
> 
> Clojars has it: https://clojars.org/com.nocandysw/stream-stream .
> 
> See https://answers.launchpad.net/stream-stream/+faq/2156 to get an idea
> of what the library has to offer.  The project homepage is
> https://launchpad.net/stream-stream .
> 
> Important changes in this release, since 0.1.0:
> 
> * Support for Clojure 1.4.0, Leiningen 2.
> 
> * block-seq->seq, views our seqs of blocks as Clojure chunked seqs.
> 
> * ->char-array-seq-sequence implements all of CharSequence.
> 
> While this release doesn't have types, typed-clojure gave me the impetus
> to clean this up and finish the outstanding TODOs, so special thanks to
> Ambrose Bonnaire-Sergeant for providing that.
> 
> -- 
> Stephen Compall
> ^aCollection allSatisfy: [:each|aCondition]: less is better
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to