Y
Hacker News
new
|
ask
|
show
|
jobs
by
sushisource
778 days ago
Most importantly: Null pointers still exist (yes I know they technically exist in unsafe Rust, to head off any pedants)
Also: No `?` operator
2 comments
jdknezek
778 days ago
There is a `?` operator:
https://github.com/borgo-lang/borgo?tab=readme-ov-file#error...
link
sushisource
776 days ago
Oh! Cool somehow I missed that
link
skitter
778 days ago
Pedants would say that null pointers exist in safe Rust too.
link