I just told the wife that I'm actively mad at Python for how easy it is.
I remember going to the computer lab at college to type in my whole program in C, save it, run it through the compiler, when it didn't work because I'd invariably done something awful in memory management I'd swear at it. Repeat ad infinitum.
Malloc-ing all over the place.