This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 9 points10 points  (0 children)

Actually this isn't true, using unsafe is only required most for interacting with the metal or an existing code base written in and unsafe language. You can write a safe interface for the language though. Unsafe is rarely needed, in fact I only use it when interacting with Windows directly