Comment by planetis
3 years ago
> Lobster is using borrowing and other static analysis techniques under the hood to eliminate a lot of reference counting overhead.
Nim is one of the first languages to use borrow checking to prevent copies and ref counts, and it's done both explicitly with the experimental 'views' feature and when permitted implicitly.
No comments yet
Contribute on Hacker News ↗