this post was submitted on 20 Jul 2022
22 points (100.0% liked)

Open Source

823 readers
24 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] AgreeableLandscape@lemmy.ml 17 points 2 years ago (4 children)

Isn't that supposed to be Go's job?

[–] Roslavets 3 points 2 years ago* (last edited 2 years ago) (1 children)
[–] pingveno@lemmy.ml 4 points 2 years ago

Not seamlessly. That's pretty much impossible given the complexity of C++. Go does interoperate with C via cgo, which can be made to produce something like C++ compatibility.

[–] wiki_me@lemmy.ml 3 points 2 years ago

I don't go is for performance critical applications.

[–] millertime@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

hmm I thought Go was written as a "better C"

edit: checked my facts and indeed its designers made it because of their dislike for C++

load more comments (1 replies)