Hi folks,

https://github.com/jimpil/clambda

/clambda/ is a little library for working with Java Streams from Clojure, and to a lesser extend, for working with Clojure seqs from Java. Parallel streams are fully supported, but there are some gotchas (described in the README). Convenience helper for constructing Lambdas on-demand from plain Clojure functions, exists as well.

This library was motivated by the memory-mapped parallel stream returned by `Files.lines()` in JDK9. We can now take /full/ advantage of it (and other Streams like it) from Clojure.

Enjoy & feedback is always welcome ;)

Kind regards,

Dimitris

ps: I didn't even try to have the misspelled `clamda` removed from clojars as my reason clearly didn't qualify. I did push a new version with the "DEPRECATED" prefix, so hopefully there won't be any confusion. Again, apologies...




--
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to