<?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"
	>
<channel>
	<title>Comments on: What Experts Say About The Java Language: Humorous Quotes</title>
	<atom:link href="http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/feed/" rel="self" type="application/rss+xml" />
	<link>http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/</link>
	<description>"The time has come...to talk of many [technologies]." --Lewis Carroll('The Walrus and the Carpenter')</description>
	<pubDate>Fri, 05 Dec 2008 03:25:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Java Universities are Mediocre at Best! &#171; The Minority Blog</title>
		<link>http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-137440</link>
		<dc:creator>Java Universities are Mediocre at Best! &#171; The Minority Blog</dc:creator>
		<pubDate>Sat, 22 Nov 2008 14:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-137440</guid>
		<description>[...] universities are mediocre at best. An interesting quote that says a lot is: &#8220;Ten years from now, Java will be taught in every university. Not in the engineering or [...]</description>
		<content:encoded><![CDATA[<p>[...] universities are mediocre at best. An interesting quote that says a lot is: &#8220;Ten years from now, Java will be taught in every university. Not in the engineering or [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RhettWilson</title>
		<link>http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-48217</link>
		<dc:creator>RhettWilson</dc:creator>
		<pubDate>Tue, 01 May 2007 21:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-48217</guid>
		<description>Hey, 
Great stuff here! 
I'll definitely bookmark this place and come back soon. 
 
Rhett</description>
		<content:encoded><![CDATA[<p>Hey,<br />
Great stuff here!<br />
I&#8217;ll definitely bookmark this place and come back soon. </p>
<p>Rhett</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JGuru</title>
		<link>http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-630</link>
		<dc:creator>JGuru</dc:creator>
		<pubDate>Mon, 25 Sep 2006 16:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-630</guid>
		<description>Java has some strong points than C or C++!! First of all it's simple , easy to learn (devoid of pointers) &#38; so easy for even a
 10th std student can understand it very well. That's not the case with C/C++!!! With C/C++ most of the code the students memorise
 &#38; vomit it in exams!!!
 For developers , Java is very easy to learn since there are lots of similarities between C/C++ and Java.So the learning curve is
 not steep. I develop Java applications for the Enterprise using Swing &#38; also J2EE. Both of them work very well across platforms.
 C/C++ is not universally portable!!! While Java is cross-platform. ie., you write once, run it anywhere. That's not the case with
 other languages. C# is just a farce. Microsoft created a clone of Java with all Java-like features. But still C# will run only on
 Windows. Because Microsoft's sole empire depends on Windows O.S &#38; applications. What a big joke that is!! There are already languages
 like C/C++ that can run in Windows!!</description>
		<content:encoded><![CDATA[<p>Java has some strong points than C or C++!! First of all it&#8217;s simple , easy to learn (devoid of pointers) &amp; so easy for even a<br />
 10th std student can understand it very well. That&#8217;s not the case with C/C++!!! With C/C++ most of the code the students memorise<br />
 &amp; vomit it in exams!!!<br />
 For developers , Java is very easy to learn since there are lots of similarities between C/C++ and Java.So the learning curve is<br />
 not steep. I develop Java applications for the Enterprise using Swing &amp; also J2EE. Both of them work very well across platforms.<br />
 C/C++ is not universally portable!!! While Java is cross-platform. ie., you write once, run it anywhere. That&#8217;s not the case with<br />
 other languages. C# is just a farce. Microsoft created a clone of Java with all Java-like features. But still C# will run only on<br />
 Windows. Because Microsoft&#8217;s sole empire depends on Windows O.S &amp; applications. What a big joke that is!! There are already languages<br />
 like C/C++ that can run in Windows!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Thomas</title>
		<link>http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-230</link>
		<dc:creator>Nick Thomas</dc:creator>
		<pubDate>Fri, 14 Jul 2006 12:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-230</guid>
		<description>I write open source programs that are supposed to run on any flavor of UNIX, and occasionally Windows. If I'm writing a library, I use C, because it's the lowest common denominator, and can be used from almost any language. If I'm writing a user-level program, I use C++, because it's universally avaliable, and, unlike Java, it doesn't require a runtime of truly stupendous size to run. Neither C nor C++ is obsolete. What other language has a 5MB runtime environment, while still being fast, portable[1], and universally avaliable?

[1] Whatever everyone says these days, it is *not* hard to write portable C/C++. ANSI C provides a great basis for writing simple, portable applications. There is a great wealth of open source libraries that are widely avaliable on UNIX, and are portable to Windows, for doing things that aren't covered by ANSI C. There are good development tools, too; the standard development toolchain consisting of the standard UNIX tools, autoconf, automake, gcc, gdb, a revision control system, and a good text editor are, in my opinion, more than sufficient for developing and deploying open source applications in comfort and style.</description>
		<content:encoded><![CDATA[<p>I write open source programs that are supposed to run on any flavor of UNIX, and occasionally Windows. If I&#8217;m writing a library, I use C, because it&#8217;s the lowest common denominator, and can be used from almost any language. If I&#8217;m writing a user-level program, I use C++, because it&#8217;s universally avaliable, and, unlike Java, it doesn&#8217;t require a runtime of truly stupendous size to run. Neither C nor C++ is obsolete. What other language has a 5MB runtime environment, while still being fast, portable[1], and universally avaliable?</p>
<p>[1] Whatever everyone says these days, it is *not* hard to write portable C/C++. ANSI C provides a great basis for writing simple, portable applications. There is a great wealth of open source libraries that are widely avaliable on UNIX, and are portable to Windows, for doing things that aren&#8217;t covered by ANSI C. There are good development tools, too; the standard development toolchain consisting of the standard UNIX tools, autoconf, automake, gcc, gdb, a revision control system, and a good text editor are, in my opinion, more than sufficient for developing and deploying open source applications in comfort and style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-225</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Thu, 13 Jul 2006 17:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-225</guid>
		<description>&gt; Janis wrote:
&gt; But C++ in this day and age? Who are you kidding?

Hmmm. That was also the question in one of the quotes. 
&lt;blockquote&gt;
Sun announces C/C++ support for NetBeans IDE    March 23, &lt;strong&gt;2006&lt;/strong&gt;
&lt;em&gt;Why support an old, legacy, complex and idiotic language in 2006??&lt;/em&gt;
&lt;/blockquote&gt;

@Java: the title clearly suggests that it was about quotations about Java language. Ofcourse there are many enjoyable(more so?) quotes about the C++ language too. Doing a balancing act for every language that there is was not the purpose of the post. 

Alan: Yeah, Haskell especially is very expressive with a great static type system, but I don't see it too ahead in the popularity chart, so perhaps little unqualified for any kind of language bashing ;) Like Stroustrup had said: &lt;em&gt;"There are only two kinds of programming languages: those people always bitch about and those nobody uses."&lt;/em&gt; :)

Rick, I agree. Stepanov's interview is truly insightful. I recommend it to everyone irrespective of what programming languages they have personal biases for.</description>
		<content:encoded><![CDATA[<p>> Janis wrote:<br />
> But C++ in this day and age? Who are you kidding?</p>
<p>Hmmm. That was also the question in one of the quotes. </p>
<p>tabrez on July 13, 2006 at 10:44 pm said:</p>
<blockquote cite="http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-"><p>
Sun announces C/C++ support for NetBeans IDE    March 23, <strong>2006</strong><br />
<em>Why support an old, legacy, complex and idiotic language in 2006??</em>
</p>
</blockquote>
<p>@Java: the title clearly suggests that it was about quotations about Java language. Ofcourse there are many enjoyable(more so?) quotes about the C++ language too. Doing a balancing act for every language that there is was not the purpose of the post. </p>
<p>Alan: Yeah, Haskell especially is very expressive with a great static type system, but I don&#8217;t see it too ahead in the popularity chart, so perhaps little unqualified for any kind of language bashing ;) Like Stroustrup had said: <em>&#8220;There are only two kinds of programming languages: those people always bitch about and those nobody uses.&#8221;</em> :)</p>
<p>Rick, I agree. Stepanov&#8217;s interview is truly insightful. I recommend it to everyone irrespective of what programming languages they have personal biases for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-224</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Thu, 13 Jul 2006 06:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-224</guid>
		<description>Stepanov's interview is great.  There's nothing intellectually interesting in Java.  I guess Guy Steele's "We were targetting the C++ developers, and got them halfway to Lisp" didn't work on Stepanov.  Java being halfway to Lisp is pretty funny on it's own.  Without the investment into top-notch IDEs, Java would be incredibly painful to develop in.  Sun should either write something like Scala or Nemerle themselves, or help out with Scala or Nice.  That way you can still leverage the Java legacy code.</description>
		<content:encoded><![CDATA[<p>Stepanov&#8217;s interview is great.  There&#8217;s nothing intellectually interesting in Java.  I guess Guy Steele&#8217;s &#8220;We were targetting the C++ developers, and got them halfway to Lisp&#8221; didn&#8217;t work on Stepanov.  Java being halfway to Lisp is pretty funny on it&#8217;s own.  Without the investment into top-notch IDEs, Java would be incredibly painful to develop in.  Sun should either write something like Scala or Nemerle themselves, or help out with Scala or Nice.  That way you can still leverage the Java legacy code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janis</title>
		<link>http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-223</link>
		<dc:creator>Janis</dc:creator>
		<pubDate>Thu, 13 Jul 2006 05:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-223</guid>
		<description>&#62; Java (and C++ for that matter) are significantly behind the state of 
&#62; the art

Yes, it is. But WAY more people use it, so unless I want to just play around it is a better choice. Any problem I run into will most likely be resolved by the first Google hit.</description>
		<content:encoded><![CDATA[<p>&gt; Java (and C++ for that matter) are significantly behind the state of<br />
&gt; the art</p>
<p>Yes, it is. But WAY more people use it, so unless I want to just play around it is a better choice. Any problem I run into will most likely be resolved by the first Google hit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Supermike</title>
		<link>http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-222</link>
		<dc:creator>Supermike</dc:creator>
		<pubDate>Thu, 13 Jul 2006 05:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2006/07/12/what-experts-say-about-the-java-language-humorous-quotes/#comment-222</guid>
		<description>Programming with Java is aggravating. You find an object method that solves the very problem you had, but no, you can't use it. Instead, you have to take your variables and dip them in other object methods like baths, changing the data into the right format so that therefore, perhaps one day, young man, you might be good enough to use that exciting object method that gets it all done. And by the way, those other object methods along the way are poorly documented or can so often be used improperly, not giving you the result you want. This also makes Java teams longer to turn anything out because they're messing with this junk all the time, or typing in 14 lines of code where I might be only typing in 2 lines of code in PHP. Next, Java teams tend to sit in meetings two or three times as long as PHP teams while the Java guys talk about the minutiae of OOP to the point of making everything an object, including the customer's toe lint if you could get away with it. Java is like Sun's idea of a really bad hoax on the programming community. Oh no, that was vi and Solaris! My goof.</description>
		<content:encoded><![CDATA[<p>Programming with Java is aggravating. You find an object method that solves the very problem you had, but no, you can&#8217;t use it. Instead, you have to take your variables and dip them in other object methods like baths, changing the data into the right format so that therefore, perhaps one day, young man, you might be good enough to use that exciting object method that gets it all done. And by the way, those other object methods along the way are poorly documented or can so often be used improperly, not giving you the result you want. This also makes Java teams longer to turn anything out because they&#8217;re messing with this junk all the time, or typing in 14 lines of code where I might be only typing in 2 lines of code in PHP. Next, Java teams tend to sit in meetings two or three times as long as PHP teams while the Java guys talk about the minutiae of OOP to the point of making everything an object, including the customer&#8217;s toe lint if you could get away with it. Java is like Sun&#8217;s idea of a really bad hoax on the programming community. Oh no, that was vi and Solaris! My goof.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
