updated README

This commit is contained in:
Yann Esposito (Yogsototh) 2016-06-14 09:08:50 +02:00
parent 1e0a922f28
commit da4ccfd877
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -6,8 +6,10 @@ This is a fork wich remove the rules to simplify Threadings.
I don't see anything wrong when using `(-> x f)` instead of `(f x)`. I don't see anything wrong when using `(-> x f)` instead of `(f x)`.
In generally we use the threading macro when `f` is big. In generally we use the threading macro when `f` is big.
And also remove the rule `(not (empty? x))``(seq x)` And also remove the rule `(not (empty? x))``(seq x)` because this is false.
*WHICH IS COMPLETELY FALSE*.
Adding the rule `(vec (filter ?pred ?coll))``(filterv ?pred ?coll)`.
# kibit # kibit