-> in clojure or hy deals with that nicely: (-> (read) (eval) (print) (loop)) using python-sh in hy this is possible: (-> (cat "/usr/share/dict/words") (grep "-E" "^hy") (wc "-l"))
-> in clojure or hy deals with that nicely: (-> (read) (eval) (print) (loop)) using python-sh in hy this is possible: (-> (cat "/usr/share/dict/words") (grep "-E" "^hy") (wc "-l"))