←back to thread

944 points 6a74 | 1 comments | | HN request time: 0.248s | 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. rowanG077 ◴[] No.41814557[source]
You are right of course that c++ is abysmal. What your are overlooking is that C is an even bigger trash fire nuclear foot gun.