However, the drop+ does not stop in case the input sequence is exhausted.
So more waste there...
--
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 moder
Hi folks!
So this is the 1st of 4 libs I’ve been meaning to publish for forever.
Available at: https://github.com/ptaoussanis/tempura
Other libs (as usual) at: https://www.taoensso.com/clojure
Enjoy, cheers! :-)
\- Peter Taoussanis, [@ptaoussanis](https://twitter.com/ptaoussanis)
--
You recei
https://nubank.workable.com
--
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 thi
[JOB] Fintech - NUBANK
Engineer (Clojure)
https://nubank.workable.com
CURRENT OPENINGS
Software Engineer
São Paulo, Brazil · engineering
Systems Engineer (SRE/DevOps)
Sao Paulo, São Paulo, Brazil · engineering
Android - Senior Mobile Software Engineer
São Paulo, Brazil · engineering
iOS - Se
http://blog.klipse.tech/clojure/2016/10/25/core-match.html
--
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
firs
After a couple looong periods with a lot of work, and a few also long
periods of looking askance at the project with fear and being
intimidated, *splits are
here!!:*
:sp, :vsp, :e, h, j, k, l, and :q now quits one split
until there are none left.
Special thanks to *Arun S L*, who implemented:
,
Indeed you're right, the drop lazy-seq prevents the lookahead.
Thanks Meikel for the thoughtful response!
On Tuesday, October 25, 2016 at 2:36:26 AM UTC-4, Meikel Brandmeyer
(kotarak) wrote:
>
> In fact, (doall (take (count t) t)) actually realises t completely. But
> not because of the doall o