Thread: Any C# Users?
View Single Post
Old 02-13-2014, 03:07 PM   #8
arcnmx
nanodesu~
Retired StaffFFR Veteran
 
arcnmx's Avatar
 
Join Date: Jan 2013
Location: Ontario, Canada
Posts: 503
Send a message via Skype™ to arcnmx
Default Re: Any C# Users?

C# is a nice enough language, it was my language of choice many years ago. It's at least much better than Java. My only real complaint about the language itself is that it can sometimes be a bit too picky about strict types, requiring verbose casts sometimes.

I stopped using it because it's incredibly bulky. The CLR is huge, even stripped down Mono on embedded devices is way too much overhead. So now my language of choice is generally C/C++ with my ridiculous homegrown .NET inspired framework. I sometimes wonder if D would be a nice middle ground.
__________________


FMO AAAs (1): Within Life :: FGO AAAs (1): Einstein-Rosen Bridge
arcnmx is offline   Reply With Quote