Hacker News new | ask | show | jobs
by Straw 1934 days ago
I've found -<> and -<>> very useful- they by default put things in first and last place respectively, but let you override with <>:

(-<> x (foo bar) (map baz <>))

Found here: https://github.com/rplevy/swiss-arrows

1 comments

In that case, why not go all the way and use the the exciting new ->->><?as->cond->! macro demonstrated in Every Clojure Talk Ever? ;-)

https://youtu.be/jlPaby7suOc

That was amazing.

One of the best tech talks I've ever seen.