Comment by Kinrany Comment by Kinrany 10 months ago 1 reply Copy Link View on Hacker News Any examples? Searching for this is hard.What would `foo | bar | baz` look like in a lisp?
Copy Link christophilus 10 months ago Collapse Comment - Something like Clojure’s threading macro, probably:(-> (foo) (bar) (baz)) Reply View | 0 replies
Something like Clojure’s threading macro, probably:
(-> (foo) (bar) (baz))