Hacker News new | ask | show | jobs
by anonymoushn 5497 days ago
Java seems to be mostly a step backwards from C++ in terms of expressiveness, with kludges here and there to hide the fact. Because the kludges are very slow, I have had significantly less luck optimizing Java than C++.
1 comments

C / C++ are fun :)
Indeed. I implemented a linked list in C the other day, and it's the most fun I've had programming in years.

as an aside, I feel old being able to talk about having programmed for years.

Coding in VB6 keeps you forever young
oh, gods, BASIC.

my first programming experience was in unstructured BASIC. I think I've managed to reverse the brain damage from that, but I can't be too sure.