Jump to content

Photo

Open Source Projects


  • Please log in to reply
24 replies to this topic

#21 Dasherman

Dasherman

    Megabyte

  • Members
  • 496 posts
  • LocationAzeroth and Sanctuary, simultaneously by using quantum powers

Posted 15 October 2012 - 12:16 PM

I've never used mono myself, either. (if I was worried about cross platform I would probably go with Java or Python to begin with)

I tend to agree with your second point somewhat; I'll take a performance hit for readability (which isn't too often a case in C# because of the way it compiles) but if there's absolutely no advantage to doing something a slower/less efficient way that's just a programming sin. :P


/me agrees
Quis custodiet ipsos custodes?
(//MihiPotestasSit\\)

#22 K_N

K_N

    Megabyte

  • Members
  • 576 posts
  • LocationPhoenix

Posted 15 October 2012 - 05:06 PM

I find C# to be utterly annoying syntactically. I can't stand it. Besides, I'd prefer to keep to portability, which is a lot easier using C++ and a framework that already runs on linux and mac OS as well.

Rumors of my demise have been greatly exaggerated.


#23 Guest_ElatedOwl_*

Guest_ElatedOwl_*
  • Guests

Posted 15 October 2012 - 06:00 PM

I love the syntax of C#. C++ is pretty monotonous IMO.

#24 Dasherman

Dasherman

    Megabyte

  • Members
  • 496 posts
  • LocationAzeroth and Sanctuary, simultaneously by using quantum powers

Posted 16 October 2012 - 01:43 AM

I've tried a bit of C++ before going into C#, and I don't really prefer either syntax, they're basically the same.
I find C# to be simply easier, however, especially when making GUIs, which I find to be quite a pain in any other language.
Quis custodiet ipsos custodes?
(//MihiPotestasSit\\)

#25 K_N

K_N

    Megabyte

  • Members
  • 576 posts
  • LocationPhoenix

Posted 19 October 2012 - 08:56 PM

I had the same opinion about GUIs until I started using Qt.

Rumors of my demise have been greatly exaggerated.