Please, I'd like to hear what /prog/ thinks is silly about C.
Name:
Anonymous2009-06-26 15:46
>>7
Programming languages either need strict type checking (like Haskell) that catch errors before run-time, or they need no types (like Python) so you don't have to deal the type-related crap when it won't help you anyway.