Y
Hacker News
new
|
ask
|
show
|
jobs
by
SkiFire13
511 days ago
Yes, but sometimes it forces you to write slightly slower code that can be proven safe.
2 comments
spoiler
511 days ago
You don't need s whole compiler for that... You can use `unsafe`. Sometimes you don't even need that either!
link
andrepd
509 days ago
> forces you
Definitely doesn't, you can just slap unsafe and manipulate raw pointers if that's what you want
link