Comment by Bogdanp

5 months ago

Rash is excellent. I use it in production for a process that copies large parquet files on the daily by shelling out to the aws command, then processes them by shelling out to another command and then pushes the processed data over HTTP to another server using a Racket HTTP client[1]. My only complaint would be that the docs could use some cleaning up.

[1]: https://docs.racket-lang.org/http-easy/index.html

The docs are terrible, and I've always meant to go back and improve them... but it's never quite been a priority and I've never actually summoned the motivation to do it...

But it's always nice to hear when someone uses it and likes it despite that!