|
|
|
|
|
by pizlonator
4 days ago
|
|
Yeah what I said is true of TS and C#, but not of Go. Go’s situation is nuanced since a lot of Go code does rely on unsafe C or C++ deps, but I have no idea how generally true that is. Also Go’s protections fall apart under certain races, which isn’t true in Fil-C. |
|
Fil-C's safety guarantees therefore fail to apply in this situation.