Re: [racket-users] Re: tilda - a threading macro full of itself

2019-05-12 Thread zeRusski
> 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 > > Got this one right in the ~> macro, bu

Re: [racket-users] Re: tilda - a threading macro full of itself

2019-05-07 Thread Greg Hendershott
> 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