Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# as a very first language? [closed]

Tags:

c#

Is it possible to learn C# as your first computer language without any knowledge of the other three languages it combines?

I learned objective-c without knowing c first, but assuming I know nothing of C# or any other language is it possible to learn as a first language?

like image 917
I00I Avatar asked Mar 25 '10 20:03

I00I


1 Answers

Yes. It's possible to learn C# as a first language.

It doesn't really "combine" other languages. It takes some inspiration from other languages, but doesn't use C or C++, etc, directly. C# is its own language, with its own syntax and rules.

You can learn ANY language as a first language.. Some are easier than others, and use different concepts. Personally, I think C# is a decent choice for a first language, since it has a good development environment, a great community, and is flexible enough to provide good growth and usage in almost any environment, but easy enough to not be overwhelming.

like image 145
Reed Copsey Avatar answered Oct 15 '22 12:10

Reed Copsey