Oddbean new post about | logout
 async HTTP client in Hare with hare-ev

https://paste.sr.ht/~sircmpwn/5fa32fb400d1063f3e1bbb6da29f29236f4f00cc 
 @822a3c32 I'm guessing you don't like how some languages have magic that turns sequential code into a chain of callbacks under the hood? 
 @822a3c32 I see you don't return errors from the functions, is that a limitation of the async model, or was it just because of this being an example?