Search Results

1
vote

Which programming languages have helped you to understand programming better?

I'd echo the support for C and assembly language as great learning tools. I feel one should learn as much assembly as is necessary to really understand how the computer works, and then move on to u …
1
vote

How will learning XML benefit me?

The way most people use XML is utterly unhelpful. Structured is structured and when it comes down to it, a structure like separating your data items with commas is a lot more lightweight than XML a …