Y
Hacker News
new
|
ask
|
show
|
jobs
by
alexfoxgill
1731 days ago
It is used heavily in Scala
https://alvinalexander.com/scala/how-to-use-partially-applie...
1 comments
masklinn
1731 days ago
Clojure has the "thread-as" macro (`as->`), but I don't think it's used much: usually thread-first (`->`) and thread-last (`->>`) will more than do the job and have less mental overhead due to their regularity.
link