> I like this. Reminds me of `rackjure/threading`, but more involved.
A few years ago, after Alexis released https://github.com/lexi-lambda/threading I updated rackjure to re-provide that. Speaking of which, a couple issues there might be interesting for you, Vlad. For example, it's better if a threading macro expands using the `#%app` bound at the macro use site. (Whereas by default, macros expand using identifiers bound where the macro is defined.) https://github.com/lexi-lambda/threading/issues/3 Also you might want to treat `quote` forms specially, and not "thread into" them. https://github.com/lexi-lambda/threading/issues/2 -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/87r29axhzq.fsf%40greghendershott.com. For more options, visit https://groups.google.com/d/optout.

