<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: IronLisp compliance</title>
	<atom:link href="http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/feed/" rel="self" type="application/rss+xml" />
	<link>http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/</link>
	<description>A small, super fast, opensource and 100% C# IDE targetting .NET-based languages</description>
	<lastBuildDate>Tue, 08 Dec 2009 04:06:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andy Stopford</title>
		<link>http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-222</link>
		<dc:creator>Andy Stopford</dc:creator>
		<pubDate>Fri, 31 Aug 2007 09:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-222</guid>
		<description>I wonder if ILisp should present it&#039;s self as a variant of Lisp based of say a Scheme syntax. Aiming for CL compliance (to the standard) would be a massive job and Lispers would prehaps expect nothing less than compliance.  This would allow you experiment a little too (if you so wished).</description>
		<content:encoded><![CDATA[<p>I wonder if ILisp should present it&#8217;s self as a variant of Lisp based of say a Scheme syntax. Aiming for CL compliance (to the standard) would be a massive job and Lispers would prehaps expect nothing less than compliance.  This would allow you experiment a little too (if you so wished).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Foord</title>
		<link>http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-200</link>
		<dc:creator>Michael Foord</dc:creator>
		<pubDate>Fri, 24 Aug 2007 13:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-200</guid>
		<description>As for libraries... the experience with IronPython was that making it comply ever more closely to &#039;normal Python&#039; enabled more and more &#039;pure Python&#039; libraries to &#039;just work&#039;. (And existing libraries made very good testcases for IronPython.)

For the libraries implemented in C, the IronPython team did re-implement some in C# and the community has created &#039;compatible wrappers&#039; around similar .NET libraries for others.</description>
		<content:encoded><![CDATA[<p>As for libraries&#8230; the experience with IronPython was that making it comply ever more closely to &#8216;normal Python&#8217; enabled more and more &#8216;pure Python&#8217; libraries to &#8216;just work&#8217;. (And existing libraries made very good testcases for IronPython.)</p>
<p>For the libraries implemented in C, the IronPython team did re-implement some in C# and the community has created &#8216;compatible wrappers&#8217; around similar .NET libraries for others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Norris</title>
		<link>http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-188</link>
		<dc:creator>Andrew Norris</dc:creator>
		<pubDate>Thu, 23 Aug 2007 00:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-188</guid>
		<description>&gt; Scheme does have a nice, small spec; OTOH that spec doesn’t define a terribly capable language (the various Scheme implementations, of course, can be as capable as they want to be).

Given the substantial libraries already at your disposal through .Net, even a minimal Scheme would have a lot of capabilities.</description>
		<content:encoded><![CDATA[<p>&gt; Scheme does have a nice, small spec; OTOH that spec doesn’t define a terribly capable language (the various Scheme implementations, of course, can be as capable as they want to be).</p>
<p>Given the substantial libraries already at your disposal through .Net, even a minimal Scheme would have a lot of capabilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top Posts &#171; WordPress.com</title>
		<link>http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-187</link>
		<dc:creator>Top Posts &#171; WordPress.com</dc:creator>
		<pubDate>Wed, 22 Aug 2007 23:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-187</guid>
		<description>[...]  IronLisp compliance I read some interesting feedback on reddit.com. Although I havent seriously looked into it, IronLisp would ideally [&#8230;] [...]</description>
		<content:encoded><![CDATA[<p>[...]  IronLisp compliance I read some interesting feedback on reddit.com. Although I havent seriously looked into it, IronLisp would ideally [&#8230;] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Uhl</title>
		<link>http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-185</link>
		<dc:creator>Bob Uhl</dc:creator>
		<pubDate>Wed, 22 Aug 2007 21:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-185</guid>
		<description>Scheme does have a nice, small spec; OTOH that spec doesn&#039;t define a terribly capable language (the various Scheme implementations, of course, can be as capable as they want to be). Moreover, it hasn&#039;t really learnt from the decades of experience of the Lisp community; the product of those decades of experience was a common Lisp platform--or Common Lisp.  Not that Scheme&#039;s a bad language at all; it&#039;s neat, and cool, and definitely easier to implement than a Common Lisp.

But I think that in the long run it&#039;s much nicer to have Common Lisp at one&#039;s fingertips than Scheme.

The nice thing is that once you have a Scheme you can start work on building Common Lisp...</description>
		<content:encoded><![CDATA[<p>Scheme does have a nice, small spec; OTOH that spec doesn&#8217;t define a terribly capable language (the various Scheme implementations, of course, can be as capable as they want to be). Moreover, it hasn&#8217;t really learnt from the decades of experience of the Lisp community; the product of those decades of experience was a common Lisp platform&#8211;or Common Lisp.  Not that Scheme&#8217;s a bad language at all; it&#8217;s neat, and cool, and definitely easier to implement than a Common Lisp.</p>
<p>But I think that in the long run it&#8217;s much nicer to have Common Lisp at one&#8217;s fingertips than Scheme.</p>
<p>The nice thing is that once you have a Scheme you can start work on building Common Lisp&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leppie</title>
		<link>http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-184</link>
		<dc:creator>leppie</dc:creator>
		<pubDate>Wed, 22 Aug 2007 21:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-184</guid>
		<description>Thanks :)</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey Goldin</title>
		<link>http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-182</link>
		<dc:creator>Alexey Goldin</dc:creator>
		<pubDate>Wed, 22 Aug 2007 20:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-182</guid>
		<description>leppie, there is probably relevant discussion on comp.lang.lisp :

http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/94433518dbc48d6d/</description>
		<content:encoded><![CDATA[<p>leppie, there is probably relevant discussion on comp.lang.lisp :</p>
<p><a href="http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/94433518dbc48d6d/" rel="nofollow">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/94433518dbc48d6d/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: what</title>
		<link>http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-180</link>
		<dc:creator>what</dc:creator>
		<pubDate>Wed, 22 Aug 2007 18:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-180</guid>
		<description>Why not name it IronScheme then?</description>
		<content:encoded><![CDATA[<p>Why not name it IronScheme then?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leppie</title>
		<link>http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-179</link>
		<dc:creator>leppie</dc:creator>
		<pubDate>Wed, 22 Aug 2007 17:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-179</guid>
		<description>That could be an idea :) Thanks!</description>
		<content:encoded><![CDATA[<p>That could be an idea <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Norris</title>
		<link>http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-178</link>
		<dc:creator>Andrew Norris</dc:creator>
		<pubDate>Wed, 22 Aug 2007 17:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://xacc.wordpress.com/2007/08/22/ironlisp-compliance/#comment-178</guid>
		<description>Interesting -- thanks for the update. If you wanted to be Scheme-compatible, but not initially, it might make more sense to implement the core functionality (which would be similar) and then split off an IronScheme project once the shared components were relatively stable.

Just a thought.</description>
		<content:encoded><![CDATA[<p>Interesting &#8212; thanks for the update. If you wanted to be Scheme-compatible, but not initially, it might make more sense to implement the core functionality (which would be similar) and then split off an IronScheme project once the shared components were relatively stable.</p>
<p>Just a thought.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
