Learning a new language coding 1 program
Posted
by Steve
on Stack Overflow
See other posts from Stack Overflow
or by Steve
Published on 2010-05-01T19:11:55Z
Indexed on
2010/05/01
19:17 UTC
Read the original article
Hit count: 294
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
© Stack Overflow or respective owner