🧐 Nrmn Did you find a solution for runtime type checks in your node project?
🐢 Keb Hey! Thanks for following up. I ended up going with github.com/userpix... for it's tiny size and minimalism. it was also pretty easy to wrap a "validator" function around its methods
🧐 Nrmn Nice, that looks indeed useful for Javascript. I'm planning on checking out ReScript (former buckleScript) and may rewrite some projects over the years end. Let's see!
Login or register your account to reply
🐢 Keb Does ReScript also replace ReasonML? I'm kind of confused by how they play together with OCaml. Looks cool nonetheless.
🧐 Nrmn ReScript is a fork of ReasonML. It's even fully compatible but introduces a new Syntax on top of the old one. The new Syntax is much more Javascripty. It looks a bit like a good offspring of Rust and Javascript.