<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: C# and GNOME</title>
	<atom:link href="http://blogs.gnome.org/cneumair/2005/11/26/c-and-gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/cneumair/2005/11/26/c-and-gnome/</link>
	<description>Just another GNOME Blogs weblog</description>
	<lastBuildDate>Tue, 15 Jun 2010 18:43:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: pel</title>
		<link>http://blogs.gnome.org/cneumair/2005/11/26/c-and-gnome/comment-page-1/#comment-16</link>
		<dc:creator>pel</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/cneumair/2005/11/26/c-and-gnome/#comment-16</guid>
		<description>&lt;i&gt;I&#039;ve tried to elaborate a bit on his first thesis and prove that if deploying C# in FOSS projects doesn&#039;t really help Microsoft in any way.&lt;/i&gt;&lt;p/&gt;Uhm, whatever does deployment of C# in FOSS projects have to do with helping Microsoft? I for one do not see any relevance towards that at all.&lt;p/&gt;C# in FOSS should stand on its own merits and not look aside at other political issues (unless it is a legal issue). Either C# is good for FOSS or it is not. If it hurts or helps another cause should not be of any relevance.</description>
		<content:encoded><![CDATA[<p><i>I&#8217;ve tried to elaborate a bit on his first thesis and prove that if deploying C# in FOSS projects doesn&#8217;t really help Microsoft in any way.</i>
<p />Uhm, whatever does deployment of C# in FOSS projects have to do with helping Microsoft? I for one do not see any relevance towards that at all.
<p />C# in FOSS should stand on its own merits and not look aside at other political issues (unless it is a legal issue). Either C# is good for FOSS or it is not. If it hurts or helps another cause should not be of any relevance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michel</title>
		<link>http://blogs.gnome.org/cneumair/2005/11/26/c-and-gnome/comment-page-1/#comment-17</link>
		<dc:creator>michel</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/cneumair/2005/11/26/c-and-gnome/#comment-17</guid>
		<description>C# has the same problems than JAVA&lt;p/&gt;you will simply use a standard totally controlled by a corporate entity which will not let people evolve the standard and create free market with it.  (with java/sun , it was very difficult to certificate opensource products,  I don&#039;t think it&#039;s enough  : for example you are still dependant of sun to have a good jvm :  It&#039;s a _real_ TECHNICAL and COMMERCIAL problems ! )&lt;p/&gt;with C#, there always legal problems pending and a standard made to serve windows, not linux or macosx or whatever&lt;br/&gt;in fact : &quot;foss&quot; will simply always behind the better and newer &quot;.net/C#&quot; stuff in whatever windows there will be&lt;p/&gt;for what I can see : mono is simply a good excuse to continue to do applications for only windows in mind.  not some gtk# ones.   Of course gnome hackers are doing gtk# applications,  but how many are in linux distributions ? or worst Freebsd ?&lt;p/&gt;&lt;br/&gt;_what_ is the interest , for me a professionnal, to do C# applications on linux ?  is it better, easier, faster than a windows applications ?</description>
		<content:encoded><![CDATA[<p>C# has the same problems than JAVA
<p />you will simply use a standard totally controlled by a corporate entity which will not let people evolve the standard and create free market with it.  (with java/sun , it was very difficult to certificate opensource products,  I don&#8217;t think it&#8217;s enough  : for example you are still dependant of sun to have a good jvm :  It&#8217;s a _real_ TECHNICAL and COMMERCIAL problems ! )
<p />with C#, there always legal problems pending and a standard made to serve windows, not linux or macosx or whatever<br />in fact : &#8220;foss&#8221; will simply always behind the better and newer &#8220;.net/C#&#8221; stuff in whatever windows there will be
<p />for what I can see : mono is simply a good excuse to continue to do applications for only windows in mind.  not some gtk# ones.   Of course gnome hackers are doing gtk# applications,  but how many are in linux distributions ? or worst Freebsd ?
<p />_what_ is the interest , for me a professionnal, to do C# applications on linux ?  is it better, easier, faster than a windows applications ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blogs.gnome.org/cneumair/2005/11/26/c-and-gnome/comment-page-1/#comment-18</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/cneumair/2005/11/26/c-and-gnome/#comment-18</guid>
		<description>As someone who has a background in C / MFC programming for Windows, C# with Mono has really astounded me.  I also liked Java for it&#039;s simplicity in creating applications (the way it handles objects is much, much easier than C) but disliked it&#039;s GUI systems as they stood out too much.  &lt;p/&gt;Moving to Mono/C# to create a few Linux applications in the last two months has made me wonder why the hell I didn&#039;t do it sooner.  It&#039;s also quite interesting to design and compile an application under Linux and have it run without any changes under Windows.&lt;p/&gt;Quite simply, Mono rocks.  In fact I&#039;ve even used .NET DLL&#039;s designed for Windows without problem too, Mono has pretty much given me the best of all worlds. &lt;p/&gt;I would love to see it as a standard inclusion for GNOME, even if the core components still use C.</description>
		<content:encoded><![CDATA[<p>As someone who has a background in C / MFC programming for Windows, C# with Mono has really astounded me.  I also liked Java for it&#8217;s simplicity in creating applications (the way it handles objects is much, much easier than C) but disliked it&#8217;s GUI systems as they stood out too much.
<p />Moving to Mono/C# to create a few Linux applications in the last two months has made me wonder why the hell I didn&#8217;t do it sooner.  It&#8217;s also quite interesting to design and compile an application under Linux and have it run without any changes under Windows.
<p />Quite simply, Mono rocks.  In fact I&#8217;ve even used .NET DLL&#8217;s designed for Windows without problem too, Mono has pretty much given me the best of all worlds.
<p />I would love to see it as a standard inclusion for GNOME, even if the core components still use C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meek</title>
		<link>http://blogs.gnome.org/cneumair/2005/11/26/c-and-gnome/comment-page-1/#comment-19</link>
		<dc:creator>meek</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/cneumair/2005/11/26/c-and-gnome/#comment-19</guid>
		<description>Uhm, yeah, lets totally forget about Python, that has no legal issues, no patent aggressors, cross platformability, high acceptance rate among free and open source software hackers, tons of third party libraries, good GNOME bindings, tons of GNOME applications, rapid application development to mention a few. Let&#039;s just keep bickering over our corporate Mono vs Java frameworks and strategic alliances.</description>
		<content:encoded><![CDATA[<p>Uhm, yeah, lets totally forget about Python, that has no legal issues, no patent aggressors, cross platformability, high acceptance rate among free and open source software hackers, tons of third party libraries, good GNOME bindings, tons of GNOME applications, rapid application development to mention a few. Let&#8217;s just keep bickering over our corporate Mono vs Java frameworks and strategic alliances.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yeah right</title>
		<link>http://blogs.gnome.org/cneumair/2005/11/26/c-and-gnome/comment-page-1/#comment-20</link>
		<dc:creator>yeah right</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/cneumair/2005/11/26/c-and-gnome/#comment-20</guid>
		<description>&quot;Uhm, yeah, lets totally forget about Python&quot;&lt;p/&gt;Yes, let&#039;s.&lt;br/&gt;Python is A: slow, 100 times slower than C#/Java in some cases, B: not beginner friendly although it is marketed as such, there are documented problems beginners have that have not been fixed for years, C: hasn&#039;t really changed in 15 years, thanks to the NIMPY crowd (&#039;not in my python!&#039;), D: many people hate debugging whitespace/indenting issues, E: has a horrible hodge podge of crap for a &quot;standard&quot; library, unlike the standard libraries found in Mono and Java, F: has no easy way for extending functionality (like macros in other languages) or interoperating (like DllImport in C#), G: there is no support for ide features like an easy integrated gui designer or code completion or refactoring (C#/Java, QT Designer, etc.).&lt;br/&gt;If anything, ruby is already superior to python.  On the jvm side there is groovy which is rapidly improving.&lt;br/&gt;</description>
		<content:encoded><![CDATA[<p>&#8220;Uhm, yeah, lets totally forget about Python&#8221;
<p />Yes, let&#8217;s.<br />Python is A: slow, 100 times slower than C#/Java in some cases, B: not beginner friendly although it is marketed as such, there are documented problems beginners have that have not been fixed for years, C: hasn&#8217;t really changed in 15 years, thanks to the NIMPY crowd (&#8216;not in my python!&#8217;), D: many people hate debugging whitespace/indenting issues, E: has a horrible hodge podge of crap for a &#8220;standard&#8221; library, unlike the standard libraries found in Mono and Java, F: has no easy way for extending functionality (like macros in other languages) or interoperating (like DllImport in C#), G: there is no support for ide features like an easy integrated gui designer or code completion or refactoring (C#/Java, QT Designer, etc.).<br />If anything, ruby is already superior to python.  On the jvm side there is groovy which is rapidly improving.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/cneumair/2005/11/26/c-and-gnome/feed/ ) in 0.15813 seconds, on Feb 10th, 2012 at 8:10 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 9:10 pm UTC -->
