Hacker News new | ask | show | jobs
by drBonkers 1115 days ago
> `(-> x (* 2) (+ 1) (- 3) (% x))`

Love the single pipe operator. What language works this way?

1 comments

That's a clojure norm, it may exist in other lisps.