Y
Hacker News
new
|
ask
|
show
|
jobs
by
int_19h
410 days ago
Out of curiosity, why not C# at this point? It's pretty hard to marry C++ with a
high-performant
garbage collector, since underlying language semantics does not allow for e.g. compacting GCs.
1 comments
qingcharles
410 days ago
What makes Swift a better choice than C#?
C# is more platform independent. Has a well-tested GC.
link
C# is more platform independent. Has a well-tested GC.