The Most Effective Method for Learning a New Programming Language

fujitora25 allenwatson989 at gmail.com
Sun May 8 08:48:21 UTC 2022


This is how I learn a new programming language the fastest (I 
think); I'm not sure if it will work for everyone, but why not 
give it a shot?

You'll need to know at least one programming language to perform 
this.

Go to the language documentation page first; most of the syntax 
will be familiar to you from other programming languages. Examine 
and read several basic programs, such as an input calculator and 
other starting programs.

Then try to create a program that is a modified version of a 
simple beginner project, such as a file reader and writer.


More information about the Digitalmars-d mailing list