<?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 Roger&#039;s woze</title>
	<atom:link href="http://betterlogic.com/roger/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://betterlogic.com/roger</link>
	<description>Roger&#039;s meanderings, notes to himself, bug reports, and other things</description>
	<lastBuildDate>Thu, 17 May 2012 20:14:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on ideal programming language by rogerdpack</title>
		<link>http://betterlogic.com/roger/2011/06/ideal-programming-language/comment-page-6/#comment-7893</link>
		<dc:creator>rogerdpack</dc:creator>
		<pubDate>Thu, 17 May 2012 20:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://betterlogic.com/roger/?p=4509#comment-7893</guid>
		<description>like being able to do

def initialize *args
  super *args # picks the right constructor [!]
  puts &#039;all of them do this&#039;
end

but with...type safety of course LOL</description>
		<content:encoded><![CDATA[<p>like being able to do</p>
<p>def initialize *args<br />
  super *args # picks the right constructor [!]<br />
  puts &#8216;all of them do this&#8217;<br />
end</p>
<p>but with&#8230;type safety of course LOL</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ideal programming language by rogerdpack</title>
		<link>http://betterlogic.com/roger/2011/06/ideal-programming-language/comment-page-6/#comment-7892</link>
		<dc:creator>rogerdpack</dc:creator>
		<pubDate>Thu, 17 May 2012 20:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://betterlogic.com/roger/?p=4509#comment-7892</guid>
		<description>http://mislav.uniqpath.com/2011/06/ruby-verbose-mode/ has some complaints</description>
		<content:encoded><![CDATA[<p><a href="http://mislav.uniqpath.com/2011/06/ruby-verbose-mode/" rel="nofollow">http://mislav.uniqpath.com/2011/06/ruby-verbose-mode/</a> has some complaints</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ideal programming language by rogerdpack</title>
		<link>http://betterlogic.com/roger/2011/06/ideal-programming-language/comment-page-6/#comment-7891</link>
		<dc:creator>rogerdpack</dc:creator>
		<pubDate>Thu, 17 May 2012 20:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://betterlogic.com/roger/?p=4509#comment-7891</guid>
		<description>there should be no difference between
super
and
super()
like ruby has. yikes</description>
		<content:encoded><![CDATA[<p>there should be no difference between<br />
super<br />
and<br />
super()<br />
like ruby has. yikes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ideal programming language by rogerdpack</title>
		<link>http://betterlogic.com/roger/2011/06/ideal-programming-language/comment-page-6/#comment-7890</link>
		<dc:creator>rogerdpack</dc:creator>
		<pubDate>Thu, 17 May 2012 19:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://betterlogic.com/roger/?p=4509#comment-7890</guid>
		<description>def initialize parent
	   @parent = parent
      end

condense?
def initialize_save(parent, some_other_param_with_matching_instance_arg);</description>
		<content:encoded><![CDATA[<p>def initialize parent<br />
	   @parent = parent<br />
      end</p>
<p>condense?<br />
def initialize_save(parent, some_other_param_with_matching_instance_arg);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ideal programming language by rogerdpack</title>
		<link>http://betterlogic.com/roger/2011/06/ideal-programming-language/comment-page-6/#comment-7883</link>
		<dc:creator>rogerdpack</dc:creator>
		<pubDate>Wed, 16 May 2012 22:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://betterlogic.com/roger/?p=4509#comment-7883</guid>
		<description>2fps = UNITS/2
SyntaxError: (irb):2: syntax error, unexpected tIDENTIFIER, expecting $end
2fps = UNITS/2

why not allow for 2fps?</description>
		<content:encoded><![CDATA[<p>2fps = UNITS/2<br />
SyntaxError: (irb):2: syntax error, unexpected tIDENTIFIER, expecting $end<br />
2fps = UNITS/2</p>
<p>why not allow for 2fps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ideal programming language by rogerdpack</title>
		<link>http://betterlogic.com/roger/2011/06/ideal-programming-language/comment-page-6/#comment-7876</link>
		<dc:creator>rogerdpack</dc:creator>
		<pubDate>Wed, 16 May 2012 09:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://betterlogic.com/roger/?p=4509#comment-7876</guid>
		<description>kind of liking having 

&quot;you declare either a macro or code, and the macro can be evaluated/cause recompilation at runtime&quot; []</description>
		<content:encoded><![CDATA[<p>kind of liking having </p>
<p>&#8220;you declare either a macro or code, and the macro can be evaluated/cause recompilation at runtime&#8221; []</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ideal programming language by rogerdpack</title>
		<link>http://betterlogic.com/roger/2011/06/ideal-programming-language/comment-page-6/#comment-7873</link>
		<dc:creator>rogerdpack</dc:creator>
		<pubDate>Tue, 15 May 2012 22:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://betterlogic.com/roger/?p=4509#comment-7873</guid>
		<description>&quot;mark&quot; methods as &quot;side effect free&quot; ooo</description>
		<content:encoded><![CDATA[<p>&#8220;mark&#8221; methods as &#8220;side effect free&#8221; ooo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ideal programming language by rogerdpack</title>
		<link>http://betterlogic.com/roger/2011/06/ideal-programming-language/comment-page-5/#comment-7872</link>
		<dc:creator>rogerdpack</dc:creator>
		<pubDate>Tue, 15 May 2012 22:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://betterlogic.com/roger/?p=4509#comment-7872</guid>
		<description>warn on truly useless calls, like


              streamRef.getTape();</description>
		<content:encoded><![CDATA[<p>warn on truly useless calls, like</p>
<p>              streamRef.getTape();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on avisynth live capture by directshow input to avisynth &#171; Roger&#039;s woze</title>
		<link>http://betterlogic.com/roger/2012/05/avisynth-live-capture/comment-page-1/#comment-7871</link>
		<dc:creator>directshow input to avisynth &#171; Roger&#039;s woze</dc:creator>
		<pubDate>Tue, 15 May 2012 21:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://betterlogic.com/roger/?p=5973#comment-7871</guid>
		<description>[...] see http://betterlogic.com/roger/2012/05/avisynth-live-capture/   Comments (0) [...]</description>
		<content:encoded><![CDATA[<p>[...] see http://betterlogic.com/roger/2012/05/avisynth-live-capture/   Comments (0) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ideal programming language by rogerdpack</title>
		<link>http://betterlogic.com/roger/2011/06/ideal-programming-language/comment-page-5/#comment-7870</link>
		<dc:creator>rogerdpack</dc:creator>
		<pubDate>Tue, 15 May 2012 16:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://betterlogic.com/roger/?p=4509#comment-7870</guid>
		<description>kind of liking &quot;actors&quot;

a = Actor.new

return_object = a.later.go(3)


return_object = a.after.go(44) # or by default run after &#039;later&#039; anyway

return_object.join

with thread pools, etc.

kind of like how eventmachine *should* pass things off to pools</description>
		<content:encoded><![CDATA[<p>kind of liking &#8220;actors&#8221;</p>
<p>a = Actor.new</p>
<p>return_object = a.later.go(3)</p>
<p>return_object = a.after.go(44) # or by default run after &#8216;later&#8217; anyway</p>
<p>return_object.join</p>
<p>with thread pools, etc.</p>
<p>kind of like how eventmachine *should* pass things off to pools</p>
]]></content:encoded>
	</item>
</channel>
</rss>

