I want to make a basic list of the most common basic skills and concpets one should have when claiming "mastery" of a language.
Funny anecdote: I once worked with a dude who said he knew java inside and out. I was suspicious when we were discussing inheiritance vs interface design --- turns out he knew javascript but seriously thought that meant he also knew java.
so, what are some things one should be able to do? My list:
1) string kung-fu: trim, truncate, concatenate, tokenize should all be skills needed
2) file processing: read, write, open, close files
3) bit manipulation
4) casting between types
Your list?
