Effect's Resource Management in TypeScript: A Rust-Like Borrowing System
Hey all! Just wanted to say I'm loving Effect so far. I just walked through the guide on resource management (scopes) and recognized it as similar to Rust's borrowing system.. which blows my mind that this is implemented in TypeScript