Hacker News new | ask | show | jobs
by jankaul 1598 days ago
I have been using Rescript for a project and I really like it. It feels really familiar and I just love the pattern matching with the Option and Result types. It makes error handling really easy.

But you are right, using JS/TS libraries is a huge pain point. It really needs a binding generator for typescript files.

Not having async/await wasn't such a big deal for me.