![]() |
Re: C# and .NET for FRC on RoboRIO
Quote:
I think this should be really nice. I think that the uniform initialization and auto are especially helpful to beginners. And I was surprised how easy it was to teach lambdas. Last year, we used a mixture of C++98 and C++11. We had lots of tests that used C++11 features and we just made sure that they were all seperated from the main code by a bunch of #ifdefs. |
Re: C# and .NET for FRC on RoboRIO
Wouldn't it require processor architecture emulation to just run the program? That seems just too taxing for the 667MHz Dual Core processor!
|
Re: C# and .NET for FRC on RoboRIO
Quote:
|
Re: C# and .NET for FRC on RoboRIO
Isn't C# upon .net built to run on x86/64/amd64?
|
Re: C# and .NET for FRC on RoboRIO
The Microsoft .Net runtime only runs on x86/64 and amd64 and ARM on windows only. The Mono .Net runtime supports ARM processors running Linux. No emulator is needed.
|
Re: C# and .NET for FRC on RoboRIO
Quote:
|
Re: C# and .NET for FRC on RoboRIO
One advantage of a community project for C# (or any other language) is it gets more eyes looking at WPILib. The python people submitted numerous patches and bug reports.
|
Re: C# and .NET for FRC on RoboRIO
Quote:
It would be nice, if possible, to get people to start looking at the new WPILib before the release in December. |
| All times are GMT -5. The time now is 22:08. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi