<?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 for The Unwashed Meme</title>
	<atom:link href="http://the.unwashedmeme.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://the.unwashedmeme.com/blog</link>
	<description>Just a few bad ideas.</description>
	<pubDate>Thu, 28 Aug 2008 23:01:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on Twice as cheap to drink really good scotch. by rockster</title>
		<link>http://the.unwashedmeme.com/blog/2005/07/11/twice-as-cheap-to-drink-really-good-scotch/#comment-3769</link>
		<dc:creator>rockster</dc:creator>
		<pubDate>Thu, 28 Feb 2008 18:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/?p=14#comment-3769</guid>
		<description>what about inverhouse @ $6.50 fifth?</description>
		<content:encoded><![CDATA[<p>what about inverhouse @ $6.50 fifth?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript ShellServer for Emacs by Hans</title>
		<link>http://the.unwashedmeme.com/blog/2005/06/02/javascript-shellserver-for-emacs/#comment-3024</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Wed, 21 Nov 2007 09:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/?p=21#comment-3024</guid>
		<description>Hi,

is there a new version of the Firefox extension available?  The old link does not work, and as others have noted, it would not be accepted by Firefox 2.0 anyway.

Thanks,
Hans</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>is there a new version of the Firefox extension available?  The old link does not work, and as others have noted, it would not be accepted by Firefox 2.0 anyway.</p>
<p>Thanks,<br />
Hans</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Practical Common Lisp Footnotes Greasemonkey Script by Mathrick no PATANKO PRESS! :: Common Lisp Tutorial</title>
		<link>http://the.unwashedmeme.com/blog/2005/07/04/practical-common-lisp-footnotes-greasemonkey-script/#comment-2864</link>
		<dc:creator>Mathrick no PATANKO PRESS! :: Common Lisp Tutorial</dc:creator>
		<pubDate>Fri, 28 Sep 2007 20:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/?p=15#comment-2864</guid>
		<description>[...] a dead tree edition to be picked up from Amazon, y&#8217;know), you will want to install the greasemonkey script for footnotes hyperlinkification. And be sure to read it to the end, including all the practicals. A fair body of the code from the [...]</description>
		<content:encoded><![CDATA[<p>[...] a dead tree edition to be picked up from Amazon, y&#8217;know), you will want to install the greasemonkey script for footnotes hyperlinkification. And be sure to read it to the end, including all the practicals. A fair body of the code from the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My plea against C++ by Joseph Huang</title>
		<link>http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/#comment-2402</link>
		<dc:creator>Joseph Huang</dc:creator>
		<pubDate>Fri, 13 Jul 2007 22:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/#comment-2402</guid>
		<description>Gambit-C compiles to C, not C++, so that mite be an issue. If compiling to C is fine, there are many languages that you could use. I recommend Mercury, which has a high-level C backend.

http://www.cs.mu.oz.au/research/mercury/</description>
		<content:encoded><![CDATA[<p>Gambit-C compiles to C, not C++, so that mite be an issue. If compiling to C is fine, there are many languages that you could use. I recommend Mercury, which has a high-level C backend.</p>
<p><a href="http://www.cs.mu.oz.au/research/mercury/" rel="nofollow">http://www.cs.mu.oz.au/research/mercury/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My plea against C++ by Aaron</title>
		<link>http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/#comment-2395</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 12 Jul 2007 13:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/#comment-2395</guid>
		<description>It sounds like you have a good college then.  If you really do have a good enough grasp of it maybe you dont need to do it, but I am not saying you should do it just because its hard (ala punch cards).  I have worked with a lot of people in the industry who have no clue how computers work and thats a bad, bad thing.  They are barely able to patch together snippets of code they found on the web, chant some voodoo incantation, and then close their eyes click Run and hope something not too bad happens.  People like that could really benefit from some C++ experience.  

Not everyone can grok memory and pointers and templates and the stl and how to architect non-gc programs, but I think everyone should at least try.   If you really already understand that maybe you dont need anymore experience.  That said though, if you do, then maybe it shouldnt be such a big deal to this project in C++ rather than Erlang, right?  Actually having to write the code that does some of what Erlang gives you out of the box will probably help you understand Erlang better as well.

And maybe thats one of the things your teacher is trying to teach your class.  Not just how to write a protocol, but how to make it work without invoking "magic" constructs in a concurrent language like Erlang that students dont really understand.  Its like how you probably had to write a linked list implementation even though almost every language known to man has a library linked list.  There is something to be said for writing basic stuff instead of just using what has already been written for you.  It gives you some good experience.


kirindave, there is a difference between being spineless and understanding that doing hard things can make you a better person.  Also, for what its worth, if you consider games and real applications that people use everyday, C++ is far more prevalent for those than higher level and niche languages like Erlang.  Obviously its not the same for web applications, but in my experience it is the people who can ONLY do web apps or can ONLY do hard C++ apps that really stagnate.</description>
		<content:encoded><![CDATA[<p>It sounds like you have a good college then.  If you really do have a good enough grasp of it maybe you dont need to do it, but I am not saying you should do it just because its hard (ala punch cards).  I have worked with a lot of people in the industry who have no clue how computers work and thats a bad, bad thing.  They are barely able to patch together snippets of code they found on the web, chant some voodoo incantation, and then close their eyes click Run and hope something not too bad happens.  People like that could really benefit from some C++ experience.  </p>
<p>Not everyone can grok memory and pointers and templates and the stl and how to architect non-gc programs, but I think everyone should at least try.   If you really already understand that maybe you dont need anymore experience.  That said though, if you do, then maybe it shouldnt be such a big deal to this project in C++ rather than Erlang, right?  Actually having to write the code that does some of what Erlang gives you out of the box will probably help you understand Erlang better as well.</p>
<p>And maybe thats one of the things your teacher is trying to teach your class.  Not just how to write a protocol, but how to make it work without invoking &#8220;magic&#8221; constructs in a concurrent language like Erlang that students dont really understand.  Its like how you probably had to write a linked list implementation even though almost every language known to man has a library linked list.  There is something to be said for writing basic stuff instead of just using what has already been written for you.  It gives you some good experience.</p>
<p>kirindave, there is a difference between being spineless and understanding that doing hard things can make you a better person.  Also, for what its worth, if you consider games and real applications that people use everyday, C++ is far more prevalent for those than higher level and niche languages like Erlang.  Obviously its not the same for web applications, but in my experience it is the people who can ONLY do web apps or can ONLY do hard C++ apps that really stagnate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My plea against C++ by Jordan Wilberding</title>
		<link>http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/#comment-2394</link>
		<dc:creator>Jordan Wilberding</dc:creator>
		<pubDate>Thu, 12 Jul 2007 11:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/#comment-2394</guid>
		<description>“I hope your TA says no, you’ll learn more from it”

As I have TA'd classes myself I can say this is the farthest from the truth. How do you learn more by having a required language that is used for almost every CS class taught?

For all the classes where I have designed the materials they are structured in a way that a student can choose any language they want. This gives students a chance to try different languages and compare how elegant their code is compared to other kids who chose different languages.

Fortunately, most of the classes at the university I attend are like this. I can tell you, writing programs in Erlang allowed me to take 1/5th of the time it took other people to use C++ and Java.</description>
		<content:encoded><![CDATA[<p>“I hope your TA says no, you’ll learn more from it”</p>
<p>As I have TA&#8217;d classes myself I can say this is the farthest from the truth. How do you learn more by having a required language that is used for almost every CS class taught?</p>
<p>For all the classes where I have designed the materials they are structured in a way that a student can choose any language they want. This gives students a chance to try different languages and compare how elegant their code is compared to other kids who chose different languages.</p>
<p>Fortunately, most of the classes at the university I attend are like this. I can tell you, writing programs in Erlang allowed me to take 1/5th of the time it took other people to use C++ and Java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My plea against C++ by Wayne Khan</title>
		<link>http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/#comment-2393</link>
		<dc:creator>Wayne Khan</dc:creator>
		<pubDate>Thu, 12 Jul 2007 09:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/#comment-2393</guid>
		<description>I was once asked to write a .NET webapp for a school project when .NET was still pretty new. The frontend was, of course, ASP.NET. The entire course provided code fragments in VB.NET. I hated the wordiness but I did the work nevertheless.

Then midway through I figured that C#.NET provided the C-style syntax and curly braces I loved. I wrote the entire code-behind in C# and received a D grade as a result.</description>
		<content:encoded><![CDATA[<p>I was once asked to write a .NET webapp for a school project when .NET was still pretty new. The frontend was, of course, ASP.NET. The entire course provided code fragments in VB.NET. I hated the wordiness but I did the work nevertheless.</p>
<p>Then midway through I figured that C#.NET provided the C-style syntax and curly braces I loved. I wrote the entire code-behind in C# and received a D grade as a result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My plea against C++ by OU</title>
		<link>http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/#comment-2392</link>
		<dc:creator>OU</dc:creator>
		<pubDate>Thu, 12 Jul 2007 09:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/#comment-2392</guid>
		<description>It might be nice to GPLv3 an erlang version of the problem task, and the offending C++ code. Just for a comparison.</description>
		<content:encoded><![CDATA[<p>It might be nice to GPLv3 an erlang version of the problem task, and the offending C++ code. Just for a comparison.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My plea against C++ by Masklinn</title>
		<link>http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/#comment-2391</link>
		<dc:creator>Masklinn</dc:creator>
		<pubDate>Thu, 12 Jul 2007 08:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/#comment-2391</guid>
		<description>&#62; Being a good programmer is not about bending a problem to meet your requirements, it’s about doing the best you can with the tools you have available.

Funny, I was told that being a good programmer means carefully studying the *real* requirement and using the right tools for the right job, which C++ definitely isn't in this case.

&#62; Just do it in C++. Why suffer a penalty?

Because using C++ for that is stupid, and sometime convenience is better than gimmicky points.

Plus implementing a correct solution in half the time and getting 90% of the maximum grade beats failing to implement a correct solution and getting 10% out of the potential 100% of the maximum grade.

&#62; Dont be a pussy, you are in college to learn the hard stuff so suck it up and do it in C++. 

no.

&#62; Really understanding C and C++ will really help you understand computers

Lol.

Well, no, really.

&#62; which is very valuable and will really help you be a better programmer

That's the most stupid and delusional thing ever.

C++ doesn't make you a better programmer, and for C to make you a better programmer you need to hack on systems stuff such as OS or drivers code.

Languages like Erlang, Lisp or Haskell, on the other hand, do make you a better programmer by broadening your solution-research space and offering you alternative methodologies and programming paradigms to work with.</description>
		<content:encoded><![CDATA[<p>&gt; Being a good programmer is not about bending a problem to meet your requirements, it’s about doing the best you can with the tools you have available.</p>
<p>Funny, I was told that being a good programmer means carefully studying the *real* requirement and using the right tools for the right job, which C++ definitely isn&#8217;t in this case.</p>
<p>&gt; Just do it in C++. Why suffer a penalty?</p>
<p>Because using C++ for that is stupid, and sometime convenience is better than gimmicky points.</p>
<p>Plus implementing a correct solution in half the time and getting 90% of the maximum grade beats failing to implement a correct solution and getting 10% out of the potential 100% of the maximum grade.</p>
<p>&gt; Dont be a pussy, you are in college to learn the hard stuff so suck it up and do it in C++. </p>
<p>no.</p>
<p>&gt; Really understanding C and C++ will really help you understand computers</p>
<p>Lol.</p>
<p>Well, no, really.</p>
<p>&gt; which is very valuable and will really help you be a better programmer</p>
<p>That&#8217;s the most stupid and delusional thing ever.</p>
<p>C++ doesn&#8217;t make you a better programmer, and for C to make you a better programmer you need to hack on systems stuff such as OS or drivers code.</p>
<p>Languages like Erlang, Lisp or Haskell, on the other hand, do make you a better programmer by broadening your solution-research space and offering you alternative methodologies and programming paradigms to work with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My plea against C++ by maht</title>
		<link>http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/#comment-2390</link>
		<dc:creator>maht</dc:creator>
		<pubDate>Thu, 12 Jul 2007 08:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://the.unwashedmeme.com/blog/2007/07/11/my-plea-against-c/#comment-2390</guid>
		<description>Perhaps it is because he can;t mark it because he only knows Java and C++. Perhaps you should try a C looking language.

Limbo is the one I would choose. It has CSP and GC and other stuff that takes you away from all that C++/Java crap and it's readable by C programmers.

*AND* if Nemo is the guy I think he is, he'll be v. pleased :)

http://www.vitanuova.com/inferno/limbo.html</description>
		<content:encoded><![CDATA[<p>Perhaps it is because he can;t mark it because he only knows Java and C++. Perhaps you should try a C looking language.</p>
<p>Limbo is the one I would choose. It has CSP and GC and other stuff that takes you away from all that C++/Java crap and it&#8217;s readable by C programmers.</p>
<p>*AND* if Nemo is the guy I think he is, he&#8217;ll be v. pleased :)</p>
<p><a href="http://www.vitanuova.com/inferno/limbo.html" rel="nofollow">http://www.vitanuova.com/inferno/limbo.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 3.459 seconds -->
