Y
Hacker News
new
|
ask
|
show
|
jobs
by
bsdpufferfish
867 days ago
C++ constructors actually make the guarantee, but it comes with other pains
1 comments
masklinn
867 days ago
Lots of languages handle it just fine and don’t need the mess of C++ ctors.
GP is pointing out that go specifically makes it an issue.
link
bsdpufferfish
867 days ago
What language do you have in mind?
link
masklinn
867 days ago
Any language which supports private state: smalltalk, haskell, ada, rust, …
link
GP is pointing out that go specifically makes it an issue.