<?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: Please meet: Lua</title>
	<atom:link href="http://victorsergienko.com/please-meet-lua/feed/" rel="self" type="application/rss+xml" />
	<link>http://victorsergienko.com/please-meet-lua/</link>
	<description>Software design and development: OOD, C++, .NET, Java, a little this and that</description>
	<lastBuildDate>Tue, 16 Mar 2010 22:11:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Victor Sergienko</title>
		<link>http://victorsergienko.com/please-meet-lua/comment-page-1/#comment-820</link>
		<dc:creator>Victor Sergienko</dc:creator>
		<pubDate>Thu, 11 Dec 2008 09:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/?p=41#comment-820</guid>
		<description>On the second thought, ad-hoc polymorphism is easily implemented in Python-style constructor, just by calling parent constructor and reassigning proper methods.

OTOH, I could be thinking about parametric polymorphism when I was writing &quot;ad-hoc&quot;. Which really needs a metatable trick with __call override and runtime parameter type analysis. And still a topic for another interesting hack :)</description>
		<content:encoded><![CDATA[<p>On the second thought, ad-hoc polymorphism is easily implemented in Python-style constructor, just by calling parent constructor and reassigning proper methods.</p>
<p>OTOH, I could be thinking about parametric polymorphism when I was writing &#8220;ad-hoc&#8221;. Which really needs a metatable trick with __call override and runtime parameter type analysis. And still a topic for another interesting hack <img src='http://victorsergienko.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Provost</title>
		<link>http://victorsergienko.com/please-meet-lua/comment-page-1/#comment-819</link>
		<dc:creator>Peter Provost</dc:creator>
		<pubDate>Wed, 10 Dec 2008 20:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/?p=41#comment-819</guid>
		<description>You can implement polymorphism through creative use of setmetatable and __index. Look through the Lua Wiki, the Lua Book or some of code from the Warcraft WowAce project for examples.</description>
		<content:encoded><![CDATA[<p>You can implement polymorphism through creative use of setmetatable and __index. Look through the Lua Wiki, the Lua Book or some of code from the Warcraft WowAce project for examples.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
