top | item 40214490

(no title)

DerSaidin | 1 year 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?

discuss

order

eximius|1 year ago

No traits, const generics, probably no turbofish equivalent for when inference struggles.

sushisource|1 year ago

Most importantly: Null pointers still exist (yes I know they technically exist in unsafe Rust, to head off any pedants)

Also: No `?` operator