|
|
|
|
|
by btschaegg
3238 days ago
|
|
Still being an absolute beginner at lispy syntax, I'll have to ask you the same question though. While I see the awesomeness in threading macros, I'm usually left pondering a while on where the result actually goes in the next s-expression. How long did it take you to get used to that? Would you prefer someting like `as->` for readability? |
|
You most certainly can have explicit variable to thread through expressions, like this:
where it means "previous expression". I think there's a Clojure library which already implements this. You can use that if you want.