|
|
|
|
|
by klibertp
3237 days ago
|
|
I thought it's a simple mnemonic: -> means inserting the form just after the beginning of the next one, while ->> inserts at the end of it. You most certainly can have explicit variable to thread through expressions, like this: (it-> (form1 it) (form2 3 it 4) ...)
where it means "previous expression". I think there's a Clojure library which already implements this. You can use that if you want. |
|