Re: [racket-users] [ANN] New packages: compose-app and retry

2017-01-11 Thread Deren Dohoda
Thanks a lot! Retryers are fantastic. I have poorly written this code more than a few times and I like the model a lot. Deren On Tue, Jan 10, 2017 at 10:31 PM, Jack Firth wrote: > I've added two new packages to the package catalog. The first, > `compose-app`, provides a >

[racket-users] [ANN] New packages: compose-app and retry

2017-01-10 Thread Jack Firth
I've added two new packages to the package catalog. The first, `compose-app`, provides a simple #%app macro for composing single-argument functions together: > (require compose-app) > (map (add1 .. string->number) (list "1" "2" "3")) (list 2 3 4) Optionally, you can use the package with