|
|
|
|
|
by rurban
2915 days ago
|
|
C with its unsafe pointers, unsafe memory management and unsafe types is the worst language to learn for the beginning. It's good to know and learn as 2nd language, but for the beginning you need to learn proper concepts, not broken concepts. Lisp is still the best language to learn, but any proper scripting language will do also. PS: "proper scripting language" of course excludes PHP and JavaScript. Dart is fine. |
|
I understand the point that C is not the best choice this days to do big projects but for learning it seems a good idea, even to learn what segfaults are and buffer overflows are.