From da4ccfd87726108abd23718945700f8e6cdad776 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Tue, 14 Jun 2016 09:08:50 +0200 Subject: [PATCH] updated README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4242a5c..070ce01 100644 --- a/README.md +++ b/README.md @@ -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)`. In generally we use the threading macro when `f` is big. -And also remove the rule `(not (empty? x))` → `(seq x)` -*WHICH IS COMPLETELY FALSE*. +And also remove the rule `(not (empty? x))` → `(seq x)` because this is false. + +Adding the rule `(vec (filter ?pred ?coll))` → `(filterv ?pred ?coll)`. + # kibit