Comment on Ask HN: Anyone else use FreePascal as their low level language?parentComments−zigzag31210moFortunately, there have been a lot of improvements to low-level C# since v7 that make unsafe unnecessary in a lot of situations. E.g. ref structs, ref local variables, ref returns, stackalloc improvements etc.There's an interesting comparison of these C# features with Rust: https://em-tg.github.io/csborrow/
Comments
Fortunately, there have been a lot of improvements to low-level C# since v7 that make unsafe unnecessary in a lot of situations. E.g. ref structs, ref local variables, ref returns, stackalloc improvements etc.
There's an interesting comparison of these C# features with Rust: https://em-tg.github.io/csborrow/