<?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 for Insignificant Bits</title>
	<atom:link href="http://bobcopeland.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bobcopeland.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 28 Sep 2011 15:49:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>Comment on Hello from Canada! by Xuchen</title>
		<link>http://bobcopeland.com/blog/2011/09/hello-from-canada/comment-page-1/#comment-1706</link>
		<dc:creator>Xuchen</dc:creator>
		<pubDate>Wed, 28 Sep 2011 15:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1703#comment-1706</guid>
		<description><![CDATA[Wow, nice! Don&#039;t you miss Baltimore crabs!

I love to read the mental substitutions! Best of the luck with your Canadian life!]]></description>
		<content:encoded><![CDATA[<p>Wow, nice! Don&#8217;t you miss Baltimore crabs!</p>
<p>I love to read the mental substitutions! Best of the luck with your Canadian life!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On static in Java by bob</title>
		<link>http://bobcopeland.com/blog/2011/01/on-static-in-java/comment-page-1/#comment-1705</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Tue, 01 Feb 2011 01:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1564#comment-1705</guid>
		<description><![CDATA[Any time I use java it inspires hate; unfortunately I probably use it more than anything else :)

It saddens me somewhat that array initialization on the stack is so inefficient.  It compiles to something like 4 bytecode ops per array element (but I didn&#039;t actually try to see what the JIT does with it).  Since I am just using the array as a read-only look up table, it would be nice to be able to hint that to the compiler somehow.

C gives a little more flexibility in this regard, but some would argue that being able to declare function-scope variables static is a defect in the C spec.  Anyway, using a static member variable isn&#039;t a bad solution.]]></description>
		<content:encoded><![CDATA[<p>Any time I use java it inspires hate; unfortunately I probably use it more than anything else :)</p>
<p>It saddens me somewhat that array initialization on the stack is so inefficient.  It compiles to something like 4 bytecode ops per array element (but I didn&#8217;t actually try to see what the JIT does with it).  Since I am just using the array as a read-only look up table, it would be nice to be able to hint that to the compiler somehow.</p>
<p>C gives a little more flexibility in this regard, but some would argue that being able to declare function-scope variables static is a defect in the C spec.  Anyway, using a static member variable isn&#8217;t a bad solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On static in Java by Xuchen</title>
		<link>http://bobcopeland.com/blog/2011/01/on-static-in-java/comment-page-1/#comment-1704</link>
		<dc:creator>Xuchen</dc:creator>
		<pubDate>Sun, 30 Jan 2011 17:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1564#comment-1704</guid>
		<description><![CDATA[2x speed up, hmm... interesting tagging of &#039;java-hate&#039;!]]></description>
		<content:encoded><![CDATA[<p>2x speed up, hmm&#8230; interesting tagging of &#8216;java-hate&#8217;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Snow day by Xuchen</title>
		<link>http://bobcopeland.com/blog/2011/01/snow-day/comment-page-1/#comment-1703</link>
		<dc:creator>Xuchen</dc:creator>
		<pubDate>Fri, 28 Jan 2011 15:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1559#comment-1703</guid>
		<description><![CDATA[That&#039;s hilarious! It also took one of my friends 1 hour to walk home, though the normal time is only 15 minutes!]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s hilarious! It also took one of my friends 1 hour to walk home, though the normal time is only 15 minutes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrapping up by bob</title>
		<link>http://bobcopeland.com/blog/2010/11/wrapping-up/comment-page-1/#comment-1702</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sun, 14 Nov 2010 01:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1542#comment-1702</guid>
		<description><![CDATA[Thanks!  Yep, joys of NLP notwithstanding, looking forward to being done :)]]></description>
		<content:encoded><![CDATA[<p>Thanks!  Yep, joys of NLP notwithstanding, looking forward to being done :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrapping up by Xuchen</title>
		<link>http://bobcopeland.com/blog/2010/11/wrapping-up/comment-page-1/#comment-1701</link>
		<dc:creator>Xuchen</dc:creator>
		<pubDate>Sat, 13 Nov 2010 23:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1542#comment-1701</guid>
		<description><![CDATA[&quot;be glad to be out of academics for the rest of eternity&quot;, ;-)

best of luck for your application for graduation!]]></description>
		<content:encoded><![CDATA[<p>&#8220;be glad to be out of academics for the rest of eternity&#8221;, ;-)</p>
<p>best of luck for your application for graduation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New syscall proposal by bob</title>
		<link>http://bobcopeland.com/blog/2010/06/new-syscall-proposal/comment-page-1/#comment-1700</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Tue, 24 Aug 2010 15:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1490#comment-1700</guid>
		<description><![CDATA[Thanks -- and congrats to your future project as well! :)  I got lots of offline congrats.

 The comments section of this blog tends to attract spam so lately I have taken to requiring moderation and being lazy about it.  As a result it&#039;s generally quiet around here.]]></description>
		<content:encoded><![CDATA[<p>Thanks &#8212; and congrats to your future project as well! :)  I got lots of offline congrats.</p>
<p> The comments section of this blog tends to attract spam so lately I have taken to requiring moderation and being lazy about it.  As a result it&#8217;s generally quiet around here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New syscall proposal by Sascha</title>
		<link>http://bobcopeland.com/blog/2010/06/new-syscall-proposal/comment-page-1/#comment-1699</link>
		<dc:creator>Sascha</dc:creator>
		<pubDate>Fri, 13 Aug 2010 00:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1490#comment-1699</guid>
		<description><![CDATA[Oh, and while I&#039;m here, thanks for your work on ath5k (which actually brought me to your blog).]]></description>
		<content:encoded><![CDATA[<p>Oh, and while I&#8217;m here, thanks for your work on ath5k (which actually brought me to your blog).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New syscall proposal by Sascha</title>
		<link>http://bobcopeland.com/blog/2010/06/new-syscall-proposal/comment-page-1/#comment-1698</link>
		<dc:creator>Sascha</dc:creator>
		<pubDate>Fri, 13 Aug 2010 00:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1490#comment-1698</guid>
		<description><![CDATA[[Why is nobody commenting? Something important has happened and nobody seems to care! :/ ]

Congratulations and thanks for this very amusing way of informing the world of your luck. All the best wishes for your child process.

(Btw, I might be using your new syscall in a future project... :) )]]></description>
		<content:encoded><![CDATA[<p>[Why is nobody commenting? Something important has happened and nobody seems to care! :/ ]</p>
<p>Congratulations and thanks for this very amusing way of informing the world of your luck. All the best wishes for your child process.</p>
<p>(Btw, I might be using your new syscall in a future project&#8230; :) )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On S-Expressions by bob</title>
		<link>http://bobcopeland.com/blog/2010/04/on-s-expressions/comment-page-1/#comment-1697</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Mon, 12 Apr 2010 03:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://bobcopeland.com/blog/?p=1469#comment-1697</guid>
		<description><![CDATA[That&#039;s an interesting survey.  I think I would personally fall in the camp of size-of-community.

I do not think that f(x y) is necessarily any worse, by itself, than (f x y), although I do think that making &#039;f&#039; and &#039;x&#039; the &quot;same,&quot; from a syntax perspective, is actually one of the plusses of s-expressions.

But what I disliked about SKILL was that it was very much bolted-on.  You could pretend you were writing in a C-like language for a while, but it wouldn&#039;t be long until the underlying Lisp-ness would leak through -- (2*(3+4)) being the sort of expression that would break and surprise someone used to infix and C.

I found it a bit tedious to memorize in which ways SKILL differed from Lisp and which ways from C, so it was just easier to ignore the syntatic sugar and just write plain Lisp, except with lots of loops.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s an interesting survey.  I think I would personally fall in the camp of size-of-community.</p>
<p>I do not think that f(x y) is necessarily any worse, by itself, than (f x y), although I do think that making &#8216;f&#8217; and &#8216;x&#8217; the &#8220;same,&#8221; from a syntax perspective, is actually one of the plusses of s-expressions.</p>
<p>But what I disliked about SKILL was that it was very much bolted-on.  You could pretend you were writing in a C-like language for a while, but it wouldn&#8217;t be long until the underlying Lisp-ness would leak through &#8212; (2*(3+4)) being the sort of expression that would break and surprise someone used to infix and C.</p>
<p>I found it a bit tedious to memorize in which ways SKILL differed from Lisp and which ways from C, so it was just easier to ignore the syntatic sugar and just write plain Lisp, except with lots of loops.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
