<?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: Choosing development languages</title>
	<atom:link href="http://blog.verwilst.be/2008/12/14/choosing-development-languages/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.verwilst.be/2008/12/14/choosing-development-languages/</link>
	<description>Linux, Open Source. That&#039;s pretty much it.</description>
	<lastBuildDate>Wed, 02 Jun 2010 18:23:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bart Verwilst</title>
		<link>http://blog.verwilst.be/2008/12/14/choosing-development-languages/comment-page-1/#comment-287</link>
		<dc:creator>Bart Verwilst</dc:creator>
		<pubDate>Wed, 17 Dec 2008 20:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.verwilst.be/?p=150#comment-287</guid>
		<description>Andy, it&#039;s not really the &quot;theme&quot;, but the overall look and feel of the widgets themselves, no matter how they are themed. For some reason, I always think of KDE/Qt apps as a form with some widgets thrown on it, while a Gnome/GTK app is really one solid interface... hard to explain :)

Actually Peter Leemans suggested Vala, and that seemed to be pretty nice too, Gnome-ish and C#-ish, just what i was looking for :)</description>
		<content:encoded><![CDATA[<p>Andy, it&#8217;s not really the &#8220;theme&#8221;, but the overall look and feel of the widgets themselves, no matter how they are themed. For some reason, I always think of KDE/Qt apps as a form with some widgets thrown on it, while a Gnome/GTK app is really one solid interface&#8230; hard to explain <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Actually Peter Leemans suggested Vala, and that seemed to be pretty nice too, Gnome-ish and C#-ish, just what i was looking for <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Goossens</title>
		<link>http://blog.verwilst.be/2008/12/14/choosing-development-languages/comment-page-1/#comment-286</link>
		<dc:creator>Andy Goossens</dc:creator>
		<pubDate>Wed, 17 Dec 2008 20:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.verwilst.be/?p=150#comment-286</guid>
		<description>I will suggest something that you already mentioned: PyQt. You like the syntax/API of both, so why not?

Maybe you don&#039;t like the Qt theme. That&#039;s something that can be changed easily. Plently of themes are available and you can even use CSS to style your Qt applications.

Kubuntu makes heavy use of PyQt + Python-KDE bindings. I won&#039;t see that going away soon.

And of course, you can always improve the bindings yourself :-)</description>
		<content:encoded><![CDATA[<p>I will suggest something that you already mentioned: PyQt. You like the syntax/API of both, so why not?</p>
<p>Maybe you don&#8217;t like the Qt theme. That&#8217;s something that can be changed easily. Plently of themes are available and you can even use CSS to style your Qt applications.</p>
<p>Kubuntu makes heavy use of PyQt + Python-KDE bindings. I won&#8217;t see that going away soon.</p>
<p>And of course, you can always improve the bindings yourself <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Van den Neste</title>
		<link>http://blog.verwilst.be/2008/12/14/choosing-development-languages/comment-page-1/#comment-283</link>
		<dc:creator>Johan Van den Neste</dc:creator>
		<pubDate>Mon, 15 Dec 2008 07:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.verwilst.be/?p=150#comment-283</guid>
		<description>From a true developer&#039;s perspective: The uber language is something that looks lispy. Now, the problem with that is that lispy languages have never been very practical. Since I work as a java developer, and java is quite primitive, I&#039;ve been looking into some jvm-based options, both of which lean closer to a more &#039;functional&#039; style of programming: Scala (non-lispy) and Clojure (lispy). Although Scala is pretty much the opposite of Clojure, it&#039;s still a lot more powerful than java. But Clojure is most definately my favourite. It&#039;s a language for the future for a several reasons, of which the most important one it&#039;s refreshing take on concurrency.</description>
		<content:encoded><![CDATA[<p>From a true developer&#8217;s perspective: The uber language is something that looks lispy. Now, the problem with that is that lispy languages have never been very practical. Since I work as a java developer, and java is quite primitive, I&#8217;ve been looking into some jvm-based options, both of which lean closer to a more &#8216;functional&#8217; style of programming: Scala (non-lispy) and Clojure (lispy). Although Scala is pretty much the opposite of Clojure, it&#8217;s still a lot more powerful than java. But Clojure is most definately my favourite. It&#8217;s a language for the future for a several reasons, of which the most important one it&#8217;s refreshing take on concurrency.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Verwilst</title>
		<link>http://blog.verwilst.be/2008/12/14/choosing-development-languages/comment-page-1/#comment-282</link>
		<dc:creator>Bart Verwilst</dc:creator>
		<pubDate>Sun, 14 Dec 2008 22:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.verwilst.be/?p=150#comment-282</guid>
		<description>@claudio: I was unaware about the level of support for those GNOME bindings. At the time i was looking for bindings, I still was a KDE lover, where the bindings really _are_ ( or at least were ) third-class, incomplete, stalled projects... I guess i assumed the same for Gtk/Gnome :)

Actually I&#039;m looking at Gtkmm for the moment.. looks pretty nice.</description>
		<content:encoded><![CDATA[<p>@claudio: I was unaware about the level of support for those GNOME bindings. At the time i was looking for bindings, I still was a KDE lover, where the bindings really _are_ ( or at least were ) third-class, incomplete, stalled projects&#8230; I guess i assumed the same for Gtk/Gnome <img src='http://blog.verwilst.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Actually I&#8217;m looking at Gtkmm for the moment.. looks pretty nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: claudio</title>
		<link>http://blog.verwilst.be/2008/12/14/choosing-development-languages/comment-page-1/#comment-281</link>
		<dc:creator>claudio</dc:creator>
		<pubDate>Sun, 14 Dec 2008 12:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.verwilst.be/?p=150#comment-281</guid>
		<description>I find it a little weird that you don&#039;t like Java but at the same time you like ... C#. C# feels like a Java clone to me. And I have the same feeling about at being a trap once we as a community depend firmly on something that where Microsoft is making the decisions and it -weird enough for a VM- tied to their OS.

Then you categorize gtk-bindings as third-rank. C++
C#, Java, Python and Perl have *official* GNOME bindings. That&#039;s right, C# has gtk-bindings and is as first/third class as the rest.

I don&#039;t like the QT look and feel either and use mostly Perl + gtk2-perl bindings + glade. However, lately I am using Java + Swing + Gtk look and feel. Designing an UI in Netbeans is really easy and fast as you draw the windows instead of writing all the widgets and their relations. This way I invest my time in the application logic instead of the UI. The java gtk look and feel is far from perfect, but it&#039;s getting there.


Regards,

Claudio</description>
		<content:encoded><![CDATA[<p>I find it a little weird that you don&#8217;t like Java but at the same time you like &#8230; C#. C# feels like a Java clone to me. And I have the same feeling about at being a trap once we as a community depend firmly on something that where Microsoft is making the decisions and it -weird enough for a VM- tied to their OS.</p>
<p>Then you categorize gtk-bindings as third-rank. C++<br />
C#, Java, Python and Perl have *official* GNOME bindings. That&#8217;s right, C# has gtk-bindings and is as first/third class as the rest.</p>
<p>I don&#8217;t like the QT look and feel either and use mostly Perl + gtk2-perl bindings + glade. However, lately I am using Java + Swing + Gtk look and feel. Designing an UI in Netbeans is really easy and fast as you draw the windows instead of writing all the widgets and their relations. This way I invest my time in the application logic instead of the UI. The java gtk look and feel is far from perfect, but it&#8217;s getting there.</p>
<p>Regards,</p>
<p>Claudio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Verwilst</title>
		<link>http://blog.verwilst.be/2008/12/14/choosing-development-languages/comment-page-1/#comment-280</link>
		<dc:creator>Bart Verwilst</dc:creator>
		<pubDate>Sun, 14 Dec 2008 12:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.verwilst.be/?p=150#comment-280</guid>
		<description>I find C to be too low-level for my taste.. I don&#039;t want to deal with memory allocations and the like.. Higher level languages enable you to focus on the task at hand right away..</description>
		<content:encoded><![CDATA[<p>I find C to be too low-level for my taste.. I don&#8217;t want to deal with memory allocations and the like.. Higher level languages enable you to focus on the task at hand right away..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Paeps</title>
		<link>http://blog.verwilst.be/2008/12/14/choosing-development-languages/comment-page-1/#comment-278</link>
		<dc:creator>Philip Paeps</dc:creator>
		<pubDate>Sun, 14 Dec 2008 11:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.verwilst.be/?p=150#comment-278</guid>
		<description>What&#039;s wrong with C?

I work as a software consultant and more than 90% of the code I read and write is C.  The remaining 10% are mainly Makefiles and some shell scripts and maybe some C++ here and there.

Once you really &quot;get&quot; C, you find it&#039;s really all you need.</description>
		<content:encoded><![CDATA[<p>What&#8217;s wrong with C?</p>
<p>I work as a software consultant and more than 90% of the code I read and write is C.  The remaining 10% are mainly Makefiles and some shell scripts and maybe some C++ here and there.</p>
<p>Once you really &#8220;get&#8221; C, you find it&#8217;s really all you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Choosing development languages &#124; PHP-Blog.com</title>
		<link>http://blog.verwilst.be/2008/12/14/choosing-development-languages/comment-page-1/#comment-277</link>
		<dc:creator>Choosing development languages &#124; PHP-Blog.com</dc:creator>
		<pubDate>Sun, 14 Dec 2008 07:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.verwilst.be/?p=150#comment-277</guid>
		<description>[...] from: Choosing development languages     Related ArticlesBookmarksTags      PHP Development Tools - Keeping it Simple and Mostly Fre If [...]</description>
		<content:encoded><![CDATA[<p>[...] from: Choosing development languages     Related ArticlesBookmarksTags      PHP Development Tools &#8211; Keeping it Simple and Mostly Fre If [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
