Hacker News new | ask | show | jobs
by tybit 2882 days ago
.NET is another example of value types in a garbage collected language. It’s also somewhat unique afaik in doing so within a VM.
1 comments

Definitely. I’m sad that they’re not more idiomatic in C#. I definitely prefer values and references over OOP class objects.