<?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: STRING+ for the rest of us</title>
	<atom:link href="http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/</link>
	<description>Leslie P. Polzer on code, music, literature, design and free software business.</description>
	<lastBuildDate>Fri, 09 Dec 2011 14:52:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Daniel Barlow</title>
		<link>http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/comment-page-1/#comment-427</link>
		<dc:creator>Daniel Barlow</dc:creator>
		<pubDate>Tue, 26 Feb 2008 17:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/#comment-427</guid>
		<description>I have long maintained that + is a silly name for string concatenation: 1+2=2+1=3, not 12.  Concatenation isn&#039;t the equivalent for strings, it&#039;s just borrowing a piece  of punctuation.

FWIW, I&#039;ve been using S. for exactly the same thing since forever (I think it&#039;s in Araneida somewhere).  #\. is from the Perl operator, #\S is mnemonic for &quot;string&quot; and to avoid gymnastics with input syntax.</description>
		<content:encoded><![CDATA[<p>I have long maintained that + is a silly name for string concatenation: 1+2=2+1=3, not 12.  Concatenation isn&#8217;t the equivalent for strings, it&#8217;s just borrowing a piece  of punctuation.</p>
<p>FWIW, I&#8217;ve been using S. for exactly the same thing since forever (I think it&#8217;s in Araneida somewhere).  #\. is from the Perl operator, #\S is mnemonic for &#8220;string&#8221; and to avoid gymnastics with input syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slobodan</title>
		<link>http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/comment-page-1/#comment-421</link>
		<dc:creator>slobodan</dc:creator>
		<pubDate>Tue, 26 Feb 2008 13:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/#comment-421</guid>
		<description>Could you live without it? Of course. 
Why I made it? Because concatenate is generic  thing for concatening sequences, while string+ matches nice into my model. Anyway it proved itself worthy even for a simple wrapper.</description>
		<content:encoded><![CDATA[<p>Could you live without it? Of course.<br />
Why I made it? Because concatenate is generic  thing for concatening sequences, while string+ matches nice into my model. Anyway it proved itself worthy even for a simple wrapper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leslie</title>
		<link>http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/comment-page-1/#comment-416</link>
		<dc:creator>Leslie</dc:creator>
		<pubDate>Tue, 26 Feb 2008 09:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/#comment-416</guid>
		<description>Just different viewpoints, I guess.

For me, STRING+ isn&#039;t really essential. FORMAT NIL and CONCATENATE &#039;STRING did the job well enough.

I only got the idea for this sometimes-nice-to-have thing when I read Franz&#039;s announcement.

So basically I was just curious :)</description>
		<content:encoded><![CDATA[<p>Just different viewpoints, I guess.</p>
<p>For me, STRING+ isn&#8217;t really essential. FORMAT NIL and CONCATENATE &#8216;STRING did the job well enough.</p>
<p>I only got the idea for this sometimes-nice-to-have thing when I read Franz&#8217;s announcement.</p>
<p>So basically I was just curious :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slobodan</title>
		<link>http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/comment-page-1/#comment-413</link>
		<dc:creator>slobodan</dc:creator>
		<pubDate>Tue, 26 Feb 2008 08:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/#comment-413</guid>
		<description>Are you mocking me? For McCarthy&#039;s sake I didn&#039;t made a full blown reverese proxy with per OS load balancers. I made 2 liner utility . For everyone who played with cl-who and and clsql before things like weblocks, elephant, postmodern etc would need such thing to save some typing and got logical mapping of it&#039;s code.</description>
		<content:encoded><![CDATA[<p>Are you mocking me? For McCarthy&#8217;s sake I didn&#8217;t made a full blown reverese proxy with per OS load balancers. I made 2 liner utility . For everyone who played with cl-who and and clsql before things like weblocks, elephant, postmodern etc would need such thing to save some typing and got logical mapping of it&#8217;s code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leslie</title>
		<link>http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/comment-page-1/#comment-303</link>
		<dc:creator>Leslie</dc:creator>
		<pubDate>Fri, 22 Feb 2008 18:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/#comment-303</guid>
		<description>Yeah, I know, my question was phrased badly.  :) What I actually want to know is, how did you get the idea for this? Did you make it up wholly on your own?</description>
		<content:encoded><![CDATA[<p>Yeah, I know, my question was phrased badly.  :) What I actually want to know is, how did you get the idea for this? Did you make it up wholly on your own?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slobodan</title>
		<link>http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/comment-page-1/#comment-301</link>
		<dc:creator>slobodan</dc:creator>
		<pubDate>Fri, 22 Feb 2008 18:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/#comment-301</guid>
		<description>Well I thought about wating for Santa, but considering he pretty much sucks with documentation, christmas was far away, and I&#039;m known for being a bad hm kid. So I hold a meeting with me, myself and I and after a hell of a debate I decided to write it myself. Which I did.</description>
		<content:encoded><![CDATA[<p>Well I thought about wating for Santa, but considering he pretty much sucks with documentation, christmas was far away, and I&#8217;m known for being a bad hm kid. So I hold a meeting with me, myself and I and after a hell of a debate I decided to write it myself. Which I did.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leslie</title>
		<link>http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/comment-page-1/#comment-272</link>
		<dc:creator>Leslie</dc:creator>
		<pubDate>Thu, 21 Feb 2008 16:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/#comment-272</guid>
		<description>Ah, where did you get it from?</description>
		<content:encoded><![CDATA[<p>Ah, where did you get it from?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slobodan</title>
		<link>http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/comment-page-1/#comment-271</link>
		<dc:creator>slobodan</dc:creator>
		<pubDate>Thu, 21 Feb 2008 16:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/2008/02/17/string-for-the-rest-of-us/#comment-271</guid>
		<description>string+ is in my toolbox since I started toying with cl-who.</description>
		<content:encoded><![CDATA[<p>string+ is in my toolbox since I started toying with cl-who.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

