Learning a new language coding 1 program
- by Steve
This is not really a programming question
Question :
Sometimes you have to learn a new language consider this situation for example :
you have been programming in C# for some years and then one day you need to code in java. Now being a programmer you already know the programming concepts its just the syntax you need to get used to.
Can you think some program to code which covers every(or most) aspect of a programming language? like say you make a desktop search program...it can cover file reading writing, threads maybe interacting with db like sqllite so you get familiar with those topics and the syntax of the new language
Just want to know your thoughts about what is the fastest way to go about learning a new language skipping all the basic stuff