/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Pitfalls of Safe Rust
(corrode.dev)
168 points
pjmlp
| 2 comments |
04 Apr 25 17:55 UTC
|
HN request time: 0.429s
|
source
Show context
sgt
◴[
06 Apr 25 18:45 UTC
]
No.
43603859
[source]
▶
>>43585742 (OP)
#
Golang might be better for writing robust software, if that is the goal. Robust services that don't go down.
replies(7):
>>43603900
#
>>43603904
#
>>43604076
#
>>43604231
#
>>43604239
#
>>43605174
#
>>43605256
#
1.
adhamsalama
◴[
06 Apr 25 21:38 UTC
]
No.
43605174
[source]
▶
>>43603859
#
That's a weird thing to say about a language that doesn't have null safety.
replies(1):
>>43605497
#
ID:
GO
2.
int_19h
◴[
06 Apr 25 22:27 UTC
]
No.
43605497
[source]
▶
>>43605174 (TP)
#
Not to be outdone here, Go introduces
multiple
null values that are considered distinct, yet they all exhibit the same problem.
↑