|
Re: Switching a Programming Language
Using this year's robot as a test bed for learning another language is an excellent idea.
If you're interested in software, it's good to know a variety of languages. LabVIEW's core scenario is in industrial and scientific scenarios.
Learning either C++ or Java as another language will introduce you to the family of textual languages descended from C. You're then positioned well for using C, C++, Java, or C#, which are used in a much larger set of scenarios than LabVIEW. I'd recommend learning Java (or C#, if you're doing something other than FRC robotprogramming) first as it's a bit more forgiving than C++.
|