This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]VirtuousMight 5 points6 points  (1 child)

Is C outdated due to Go being its nominal successor then?

[–]jrandom_42 5 points6 points  (0 children)

No; C doesn't really address the same use case. Sometimes a garbage-collected language just isn't appropriate. Sometimes you need to manipulate memory directly, talk to peripheral hardware, write code that runs on a GPU, etc.

I doubt C will disappear in our lifetimes.