<?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: Talking to Donkeys</title>
	<atom:link href="http://www.hackinghat.com/index.php/lisp/talking-to-donkeys/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hackinghat.com/index.php/lisp/talking-to-donkeys</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 14:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve Knight</title>
		<link>http://www.hackinghat.com/index.php/lisp/talking-to-donkeys/comment-page-1#comment-2916</link>
		<dc:creator>Steve Knight</dc:creator>
		<pubDate>Sun, 20 Jan 2008 12:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/lisp/talking-to-donkeys#comment-2916</guid>
		<description>Hi Nikodemus thanks for your comment!

You are right of course, and I will next time.

Cheers

Steve</description>
		<content:encoded><![CDATA[<p>Hi Nikodemus thanks for your comment!</p>
<p>You are right of course, and I will next time.</p>
<p>Cheers</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikodemus Siivola</title>
		<link>http://www.hackinghat.com/index.php/lisp/talking-to-donkeys/comment-page-1#comment-2901</link>
		<dc:creator>Nikodemus Siivola</dc:creator>
		<pubDate>Sun, 20 Jan 2008 01:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/lisp/talking-to-donkeys#comment-2901</guid>
		<description>You need, what, IP_ADD_MEMBERSHIP? In the future, I would recommend that you send email to either sbcl-help or sbcl-devel, and ask for support to be added.

Of course, large requests may never happen due to resource constraints, and even trivial ones may take a while -- but we do try to implement things people ask for.

As for multicasting sockopts, I have an untested patch that adds them to SB-BSD-SOCKETS, should you wish to play to guinea pig...</description>
		<content:encoded><![CDATA[<p>You need, what, IP_ADD_MEMBERSHIP? In the future, I would recommend that you send email to either sbcl-help or sbcl-devel, and ask for support to be added.</p>
<p>Of course, large requests may never happen due to resource constraints, and even trivial ones may take a while &#8212; but we do try to implement things people ask for.</p>
<p>As for multicasting sockopts, I have an untested patch that adds them to SB-BSD-SOCKETS, should you wish to play to guinea pig&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Knight</title>
		<link>http://www.hackinghat.com/index.php/lisp/talking-to-donkeys/comment-page-1#comment-2212</link>
		<dc:creator>Steve Knight</dc:creator>
		<pubDate>Fri, 14 Dec 2007 06:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/lisp/talking-to-donkeys#comment-2212</guid>
		<description>Yeah, well Lisp does have &lt;a href=&quot;http://cliki.net&quot; rel=&quot;nofollow&quot;&gt; CLiki&lt;/a&gt; which is similar in concept to CPAN but it&#039;s not very easy to navigate and some of the dependencies appear to be missing.

You are of course correct in your assertion that it does not have many people using it.   I don&#039;t know if it&#039;s ever going to improve and I&#039;m not going to hold my breath.  

The central point, for me at least, is &quot;does it have enough to it to let me do what I want?&quot;.   So far the answer to that it is definitely yes.  Perhaps, what CL probably needs is another standardisation effort  but again there will be no holding of any breath.</description>
		<content:encoded><![CDATA[<p>Yeah, well Lisp does have <a href="http://cliki.net" rel="nofollow"> CLiki</a> which is similar in concept to CPAN but it&#8217;s not very easy to navigate and some of the dependencies appear to be missing.</p>
<p>You are of course correct in your assertion that it does not have many people using it.   I don&#8217;t know if it&#8217;s ever going to improve and I&#8217;m not going to hold my breath.  </p>
<p>The central point, for me at least, is &#8220;does it have enough to it to let me do what I want?&#8221;.   So far the answer to that it is definitely yes.  Perhaps, what CL probably needs is another standardisation effort  but again there will be no holding of any breath.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham King</title>
		<link>http://www.hackinghat.com/index.php/lisp/talking-to-donkeys/comment-page-1#comment-2180</link>
		<dc:creator>Graham King</dc:creator>
		<pubDate>Wed, 12 Dec 2007 03:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/lisp/talking-to-donkeys#comment-2180</guid>
		<description>You make a good point with &#039;free is far more powerful than anything I can buy&#039;, but it&#039;s not very well illustrated with &#039;1994 ANSI Common Lisp&#039;. 
 The more popular open source languages illustrate it much better: Python&#039;s &quot;batteries included&quot;, Perl&#039;s CPAN, and even Java (not strictly open source) has most things you need in the JDK, J2EE, or on Apache / Jakarta. Ruby and PHP also have pretty fully featured standard libraries.
 Lisp simply doesn&#039;t have enough people using it to enjoy the &#039;network effects&#039; that make open source so successful.
 The open source advantage is that the best version becomes standard, often being incorporated into future versions (Python does this), whereas with a closed language you get only v0.1 baked into the language forever.
 You don&#039;t have to use C# or Lisp, Steve, there&#039;s joy in the middle!</description>
		<content:encoded><![CDATA[<p>You make a good point with &#8216;free is far more powerful than anything I can buy&#8217;, but it&#8217;s not very well illustrated with &#8217;1994 ANSI Common Lisp&#8217;.<br />
 The more popular open source languages illustrate it much better: Python&#8217;s &#8220;batteries included&#8221;, Perl&#8217;s CPAN, and even Java (not strictly open source) has most things you need in the JDK, J2EE, or on Apache / Jakarta. Ruby and PHP also have pretty fully featured standard libraries.<br />
 Lisp simply doesn&#8217;t have enough people using it to enjoy the &#8216;network effects&#8217; that make open source so successful.<br />
 The open source advantage is that the best version becomes standard, often being incorporated into future versions (Python does this), whereas with a closed language you get only v0.1 baked into the language forever.<br />
 You don&#8217;t have to use C# or Lisp, Steve, there&#8217;s joy in the middle!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

