|
|
|
|
|
by spankyspangler
1869 days ago
|
|
I'm not sure what you mean. C is a high level language. And yes it and standard library has obviously grown more complex than it was 50 years ago. It's small and easy to grasp the entire thing though, unlike most other more modern high level languages. That said, it's not entirely clear that matters too much. Almost any non-toy C project is going to be bringing in libraries outside libc, so you still need to go off and learn those if you want to work on a project. Doesn't really matter whether they're in the base language or not. |
|