Re: [racket-users] Parametric composition?

2018-05-04 Thread dexterlagan
Awesome. Your library is far better. Thanks for replying! Dexter On Friday, May 4, 2018 at 4:09:53 PM UTC-4, Alexis King wrote: > Your composex macro is very similar to the various forms from the (as far > as I can tell) fairly well-known threading package: > >

Re: [racket-users] Parametric composition?

2018-05-04 Thread Alexis King
Your composex macro is very similar to the various forms from the (as far as I can tell) fairly well-known threading package: http://docs.racket-lang.org/threading/index.html Disclaimer: I am the author of the threading package. In any case, there are some differences, but it has the same

[racket-users] Parametric composition?

2018-05-04 Thread dexterlagan
Hi there, This is my first post, pardon my ignorance. I have been using a homemade macro to compose functions together, but still allow semi-currying of functions (with lambdas) to keep control of the parameters : (define-syntax (composex stx) ; macro to compose functions passing an 'x'