DEV Community

Discussion on: What's the Latest Project You're Working On?

Collapse
 
richytong profile image
Richard Tong

rubico - a library that combines async with functional programming

github.com/a-synchronous/rubico

I wrote a series that had to do with this library a while back, looking to do more writing soon after I finish this rewrite. Hardest problem I've run into is specifying a flatMap function that flattens all the things.