[1] https://github.com/pixie-lang/pixie
(import [sh [cat grep wc]]) (-> (cat "/usr/share/dict/words") (grep "-E" "^hy") (wc "-l"))