Y
Hacker News
new
|
ask
|
show
|
jobs
by
bigpingo
531 days ago
gcc is available on and targets more platforms than rust. So if GNU C is not considered portable you can forget about 'portable rust'.
1 comments
swiftcoder
530 days ago
Portability in the C and C++ worlds generally means across standard-conforming compilers, not just across platforms
link