View Single Post
Posts: 66 | Thanked: 44 times | Joined on Nov 2009
#30
Originally Posted by dwould View Post
I tried C, and it took me ages to get not very far, and I gave up trying to debug my segfaults.
Valgrind is in the SDK repos and it works fine within scratchbox. It's a really useful tool for debugging segfaults and memory leaks. It's like an automatic screwup detector for C programming!

Of course, python is great. I mainly use C when there are no python bindings available for some library that I want to use.