>>24
Same guy as >23, memory management is a completely different problem in relation to any language. What matters is if you are able to manage memory precisely or not, not whether an N(1) solution takes N(1) or rather N(x * y) (even if it should take N(1) considering everything besides bullshit reasons). Yet with other languages other than C you are constantly fighting bullshit. Okay, besides assembler and readability.