<?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: Visual Basic is flawed</title>
	<atom:link href="http://www.noulakaz.net/weblog/2005/05/10/visual-basic-is-flawed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noulakaz.net/weblog/2005/05/10/visual-basic-is-flawed/</link>
	<description>A blog on Technology Convergence</description>
	<lastBuildDate>Mon, 06 Sep 2010 10:08:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: avinash</title>
		<link>http://www.noulakaz.net/weblog/2005/05/10/visual-basic-is-flawed/#comment-28866</link>
		<dc:creator>avinash</dc:creator>
		<pubDate>Wed, 20 Jun 2007 17:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.noulakaz.net/weblog/?p=87#comment-28866</guid>
		<description>Some school children find Python easy to learn and some prefer VB.  I don&#039;t understand the first point you make.

As for (1), many CSE students DO their final year project using VB.
And for (2), I started with GW-Basic, moved to Pascal, loved C, tried C++, learned Java and now prefer Ruby and declarative languages (i.e. Lisp, Scheme, Haskell, ...). Here also I fail to understand your point.</description>
		<content:encoded><![CDATA[<p>Some school children find Python easy to learn and some prefer VB.  I don&#8217;t understand the first point you make.</p>
<p>As for (1), many CSE students DO their final year project using VB.<br />
And for (2), I started with GW-Basic, moved to Pascal, loved C, tried C++, learned Java and now prefer Ruby and declarative languages (i.e. Lisp, Scheme, Haskell, &#8230;). Here also I fail to understand your point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: curiousEngine</title>
		<link>http://www.noulakaz.net/weblog/2005/05/10/visual-basic-is-flawed/#comment-28853</link>
		<dc:creator>curiousEngine</dc:creator>
		<pubDate>Wed, 20 Jun 2007 16:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.noulakaz.net/weblog/?p=87#comment-28853</guid>
		<description>Python powers the most popular search engines and yet schoolchildren find easier to learn than VB.

VB 2005 is a complete OOP language but much more difficult to learn. I use VB for prototyping purposes and proceed with the development in VB 2005  to finally convert it into C# (with Option Explicit On).
1.How would you comment on the scenario: CSE students doing their final year project in VB?
2. Anything to add: http://www.codinghorror.com/blog/archives/000648.html</description>
		<content:encoded><![CDATA[<p>Python powers the most popular search engines and yet schoolchildren find easier to learn than VB.</p>
<p>VB 2005 is a complete OOP language but much more difficult to learn. I use VB for prototyping purposes and proceed with the development in VB 2005  to finally convert it into C# (with Option Explicit On).<br />
1.How would you comment on the scenario: CSE students doing their final year project in VB?<br />
2. Anything to add: <a target="_blank" href="http://www.codinghorror.com/blog/archives/000648.html"  rel="nofollow">http://www.codinghorror.com/blog/archives/000648.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash Meetoo: Blog &#187; Blog Archive &#187; Three great technical books</title>
		<link>http://www.noulakaz.net/weblog/2005/05/10/visual-basic-is-flawed/#comment-27298</link>
		<dc:creator>Avinash Meetoo: Blog &#187; Blog Archive &#187; Three great technical books</dc:creator>
		<pubDate>Thu, 14 Jun 2007 16:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.noulakaz.net/weblog/?p=87#comment-27298</guid>
		<description>[...] creator of Visual Basic but he does not like to use it to design user interfaces&#8230; I&#8217;ve already written on [...]</description>
		<content:encoded><![CDATA[<p>[...] creator of Visual Basic but he does not like to use it to design user interfaces&#8230; I&#8217;ve already written on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://www.noulakaz.net/weblog/2005/05/10/visual-basic-is-flawed/#comment-390</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Mon, 16 May 2005 17:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.noulakaz.net/weblog/?p=87#comment-390</guid>
		<description>Depends a lot... Choosing a programming language is very very subjective.

Personally, I like

* Ruby (or Python) for learning algorithms and basic (and not so basic) programming
* Java for learning object-oriented and GUI-related programming and the use of a vast class library
* Smalltalk to experience a real object-oriented environment
* Haskell for learning higher-order and functional programming
* SQL to explore the relational model

and a lot of small languages like

* AWK for all sorts of text processing and consolidation work
* Unix shell scripting

etc.</description>
		<content:encoded><![CDATA[<p>Depends a lot&#8230; Choosing a programming language is very very subjective.</p>
<p>Personally, I like</p>
<p>* Ruby (or Python) for learning algorithms and basic (and not so basic) programming<br />
* Java for learning object-oriented and GUI-related programming and the use of a vast class library<br />
* Smalltalk to experience a real object-oriented environment<br />
* Haskell for learning higher-order and functional programming<br />
* SQL to explore the relational model</p>
<p>and a lot of small languages like</p>
<p>* AWK for all sorts of text processing and consolidation work<br />
* Unix shell scripting</p>
<p>etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.noulakaz.net/weblog/2005/05/10/visual-basic-is-flawed/#comment-388</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 12 May 2005 18:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.noulakaz.net/weblog/?p=87#comment-388</guid>
		<description>lol this is fun, what language do you think is worth to be learnt?</description>
		<content:encoded><![CDATA[<p>lol this is fun, what language do you think is worth to be learnt?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
