←back to thread

944 points 6a74 | 1 comments | | HN request time: 0s | source
Show context
sylware ◴[] No.41807359[source]
I still wonder why valve is that much reluctant at porting its proton stuff into the simple and plain C99 of wine/vkd3d.
replies(2): >>41807662 #>>41810482 #
seabrookmx ◴[] No.41810482[source]
Likely because their engineers are more productive in C++?

Modern C++ with move semantics is a lot more easy to reason about and memory safe than C99, IMO.

Since it's a greenfield project, they didn't have to worry about the nasty baggage of legacy C++ spaghetti that kills most projects.

Just because you prefer "simple" C99 doesn't mean they do :)

replies(1): >>41813050 #
sylware ◴[] No.41813050[source]
[flagged]
replies(3): >>41813754 #>>41814557 #>>41821561 #
1. seabrookmx ◴[] No.41813754[source]
Ironically, I think this comment is much more toxic than a developer writing free software in a language of their choosing.