Hacker News new | ask | show | jobs
by DerSaidin 778 days ago
I like the graph at the top of the readme as a summary.

The rest of the readme focuses on the delta between Go and Borgo. It doesn't say much about the delta between Borgo and Rust.

I think the delta there is mainly no lifetimes/ownership?

1 comments

No traits, const generics, probably no turbofish equivalent for when inference struggles.
Most importantly: Null pointers still exist (yes I know they technically exist in unsafe Rust, to head off any pedants)

Also: No `?` operator

Oh! Cool somehow I missed that
Pedants would say that null pointers exist in safe Rust too.