Slashdot Mirror


User: NutsAboutOS

NutsAboutOS's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Both are bad choices for a beginner on Is Visual Basic a Good Beginner's Language? · · Score: 1

    Any programmer should be thorough with basic fundamentals and once they master the fundamentals its not a big task to learn new languages. I strongly recommend C because it exposes programmers to certain details that improves his understanding on why certain things like garbage collection, object oriented programming etc. are needed (or atleast why they were invented).