<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.lang.lisp Google Group</title>
  <link>http://groups.google.com/group/comp.lang.lisp</link>
  <description>Discussion about LISP.</description>
  <language>en</language>
  <item>
  <title>Re: #! /usr/local/bin/lisp ?</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/1c44f19406c3bb28/60e3a4eb7d1c0246?show_docid=60e3a4eb7d1c0246</link>
  <description>
  Another alternative that may work since your on Linux is to use the misc &lt;br&gt; binary format kernel module. I&#39;ve not looked at this module for a while, &lt;br&gt; but it does allow you to set things up so that just calling the file &lt;br&gt; will execute it. For example, some years ago, I had a setup where you &lt;br&gt; could do &lt;br&gt; ./myprog.java
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/1c44f19406c3bb28/60e3a4eb7d1c0246?show_docid=60e3a4eb7d1c0246</guid>
  <author>
  t...@nospam.dev.null
  (Tim X)
  </author>
  <pubDate>Sat, 11 Oct 2008 02:05:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: #! /usr/local/bin/lisp ?</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/1c44f19406c3bb28/3734ded063fb1387?show_docid=3734ded063fb1387</link>
  <description>
  +--------------- &lt;br&gt; +--------------- &lt;br&gt; As others have noted, you probably meant &amp;quot;run it with ``./script.plx&#39;&#39;&amp;quot;. &lt;br&gt; +--------------- &lt;br&gt; +--------------- &lt;br&gt; As others have noted, this is not a part of the ANSI Common Lisp &lt;br&gt; standard, but various implementations [CLISP &amp;amp; SBCL were already &lt;br&gt; discussed] or their users have provided ways to accomplish it,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/1c44f19406c3bb28/3734ded063fb1387?show_docid=3734ded063fb1387</guid>
  <author>
  r...@rpw3.org
  (Rob Warnock)
  </author>
  <pubDate>Sat, 11 Oct 2008 01:49:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: Security concerns with Common Lisp and EVAL</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/8ae04a6d154d767e/0e6a52ab11b9d1a9?show_docid=0e6a52ab11b9d1a9</link>
  <description>
  Also have to take care of read-from-string ? &lt;br&gt; -Antony
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/8ae04a6d154d767e/0e6a52ab11b9d1a9?show_docid=0e6a52ab11b9d1a9</guid>
  <author>
  gmail....@lisp.linux
  (lisp linux)
  </author>
  <pubDate>Thu, 09 Oct 2008 05:56:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: Cons cell archaic!?</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/02f3e4d660ee2746?show_docid=02f3e4d660ee2746</link>
  <description>
  +--------------- &lt;br&gt; +--------------- &lt;br&gt; There is also a Middle Way: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://en.wikipedia.org/wiki/CDR_coding&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.faqs.org/faqs/lisp-faq/part2/section-9.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; [2-9] What is CDR-coding? &lt;br&gt; S-expr syntax remains unchanged. Storage for s-exprs uses &lt;br&gt; contiguous vectors where possible, links (lists of vectors)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/02f3e4d660ee2746?show_docid=02f3e4d660ee2746</guid>
  <author>
  r...@rpw3.org
  (Rob Warnock)
  </author>
  <pubDate>Sat, 11 Oct 2008 00:59:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can sub-classes initialize-instance modify base-classes slot *before* base&#39;s initialize-instance executes?</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/cd8b10694d81a617/5befb7b2202afbc3?show_docid=5befb7b2202afbc3</link>
  <description>
  I think George does not know anything about Cells. Or Adam. Or Father &lt;br&gt; Time. Or OpenLaszlo. Hell, not even KR? &lt;br&gt; &amp;lt;sigh&amp;gt; &lt;br&gt; What can I say to help? Cells cells cells cells cells? &lt;br&gt; hth, kenny
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/cd8b10694d81a617/5befb7b2202afbc3?show_docid=5befb7b2202afbc3</guid>
  <author>
  kentil...@gmail.com
  (Kenny)
  </author>
  <pubDate>Sat, 11 Oct 2008 00:22:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: Cons cell archaic!?</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/e8e4ad832294469f?show_docid=e8e4ad832294469f</link>
  <description>
  The cons pair is the simplest mechanism that allows practical lisp &lt;br&gt; construction; McCarthy is a theoretician after all. That&#39;s also where &lt;br&gt; the beauty of Lisp lies: combining primitive mechanisms in a &lt;br&gt; comprehensible way to construct high-level concepts. If you replace that &lt;br&gt; with some opaque voodoo[1] and apply that to the other parts of lisp
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/e8e4ad832294469f?show_docid=e8e4ad832294469f</guid>
  <author>
  m...@incubus.de
  (Matthias Buelow)
  </author>
  <pubDate>Sat, 11 Oct 2008 00:10:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: Cons cell archaic!?</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/344d05c609903090?show_docid=344d05c609903090</link>
  <description>
  Correct. The only difference is that you will always have the extra &lt;br&gt; space usage that a list uses (assuming a singly-linked list instead of &lt;br&gt; one implemented on top of arrays). But the latter make structure &lt;br&gt; sharing really difficult. &lt;br&gt; But CommonLisp is intended as a practical language, and increasing the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/344d05c609903090?show_docid=344d05c609903090</guid>
  <author>
  t...@sevak.isi.edu
  (Thomas A. Russ)
  </author>
  <pubDate>Fri, 10 Oct 2008 22:29:32 UT
</pubDate>
  </item>
  <item>
  <title>xmlisp problems</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/bc07694c20d3d3f7/41ff2f2e15e26042?show_docid=41ff2f2e15e26042</link>
  <description>
  Hi, &lt;br&gt; I have the example code working with windows/slime/sbcl 1.0.13/xmlisp &lt;br&gt; v2.3 but when I pull in an RSS feed (using Drakma) it looks like the 2nd &lt;br&gt; line: &lt;br&gt; &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; href=&amp;quot;/news_rss.xsl&amp;quot;?&amp;gt; &lt;br&gt; Isn&#39;t properly handled. The example RSS file does not have this line. &lt;br&gt; Is there a solution for this?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/bc07694c20d3d3f7/41ff2f2e15e26042?show_docid=41ff2f2e15e26042</guid>
  <author>
  l...@worldnet.att.net
  (Ludovico)
  </author>
  <pubDate>Fri, 10 Oct 2008 23:12:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: Cons cell archaic!?</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/270bee854c46032b?show_docid=270bee854c46032b</link>
  <description>
  One thing to keep in mind in this topic is the separation of syntax &lt;br&gt; and implementation. &lt;br&gt; For example, take lisp&#39;s cons. You can have a lang that walks and &lt;br&gt; quacks like cons, but the implementation can be nothing like linked &lt;br&gt; list. Conversely, many langs, in fact almost all langs, that has some &lt;br&gt; senes of list as a datatype, can implement it as linked list, array,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/270bee854c46032b?show_docid=270bee854c46032b</guid>
  <author>
  xah...@gmail.com
  (xahlee@gmail.com)
  </author>
  <pubDate>Fri, 10 Oct 2008 22:37:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: Cons cell archaic!?</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/9ff54da6b6ba94cb?show_docid=9ff54da6b6ba94cb</link>
  <description>
  Exactly. &lt;br&gt; The lisp&#39;s cons forces programer to think in implementation detail &lt;br&gt; level, pretty much in the same way when lispers sneer at C or Java. &lt;br&gt; Yes. Many lisp experts has acknowledged the problem. &lt;br&gt; Note that First, Rest, Nth is not enough. There needs to be also Last, &lt;br&gt; at least. In general, when you think of lists as sequence of things as
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/9ff54da6b6ba94cb?show_docid=9ff54da6b6ba94cb</guid>
  <author>
  xah...@gmail.com
  (xahlee@gmail.com)
  </author>
  <pubDate>Fri, 10 Oct 2008 22:21:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: Cons cell archaic!?</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/1c1dbf3740921733?show_docid=1c1dbf3740921733</link>
  <description>
  On Oct 9, 5:09 pm, p...@informatimago.com (Pascal J. Bourguignon) &lt;br&gt; wrote: &lt;br&gt; Not true. &lt;br&gt; For example, &lt;br&gt; • &#39;( ... ) &lt;br&gt; • `( , ,@ ... ) &lt;br&gt; • #| ... |# &lt;br&gt; • [...] &lt;br&gt; etc. &lt;br&gt; It&#39;s quite fucked really. &lt;br&gt; The one language who&#39;s got uniform nested syntax without exceptions, &lt;br&gt; would be Mathematica. &lt;br&gt; Further readings: &lt;br&gt; • Fundamental Problems of Lisp
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/1c1dbf3740921733?show_docid=1c1dbf3740921733</guid>
  <author>
  xah...@gmail.com
  (xahlee@gmail.com)
  </author>
  <pubDate>Fri, 10 Oct 2008 21:56:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: Cons cell archaic!?</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/e9b636971d42046c?show_docid=e9b636971d42046c</link>
  <description>
  Not sure what you mean by “archaic” ones, but yes, lisp&#39;s cons and the &lt;br&gt; irregularities of its nested paren syntax are 2 fundamental problems &lt;br&gt; of lisp. &lt;br&gt; See: &lt;br&gt; • Fundamental Problems of Lisp &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://xahlee.org/UnixResource_dir/writ/lisp_problems.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Plain text version follows. &lt;br&gt; ------------------------------ ---
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/e9b636971d42046c?show_docid=e9b636971d42046c</guid>
  <author>
  xah...@gmail.com
  (xahlee@gmail.com)
  </author>
  <pubDate>Fri, 10 Oct 2008 21:49:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: cl-weblocks on trac.common-lisp.net down or replaced?</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/33944eda3fc20ce1/4730a870cc077eb5?show_docid=4730a870cc077eb5</link>
  <description>
  trac was probably down for you while the DNS worked itself out (we &lt;br&gt; just moved cl-net to a new box). In the future, there are appropriate &lt;br&gt; contacts listed on the front page of common-lisp.net. Please use those &lt;br&gt; (ad...@common-lisp.net would be a good choice) rather than spam the &lt;br&gt; readers of c.l.l, who likely can&#39;t help, and probably don&#39;t care to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/33944eda3fc20ce1/4730a870cc077eb5?show_docid=4730a870cc077eb5</guid>
  <author>
  drew.cramp...@gmail.com
  (Drew Crampsie)
  </author>
  <pubDate>Fri, 10 Oct 2008 21:21:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: Can sub-classes initialize-instance modify base-classes slot *before* base&#39;s initialize-instance executes?</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/cd8b10694d81a617/17efcd311510c6f8?show_docid=17efcd311510c6f8</link>
  <description>
  I think it&#39;s time for Kenny&#39;s nap. &lt;br&gt; George
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/cd8b10694d81a617/17efcd311510c6f8?show_docid=17efcd311510c6f8</guid>
  <author>
  gneun...@comcast.net
  (George Neuner)
  </author>
  <pubDate>Fri, 10 Oct 2008 20:19:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: Cons cell archaic!?</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/3bf11fce33078bb2?show_docid=3bf11fce33078bb2</link>
  <description>
  You could imagine a language similar to lisp in which everything is &lt;br&gt; either an atom or a null terminated list, and not having dotted pairs. &lt;br&gt; Some things would have to change (like alists) but much of the flavor &lt;br&gt; of lisp would not be affected. I don&#39;t think there would be any loss &lt;br&gt; of generality. Instead of cons you would just use list.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/b584da93b6ed65d6/3bf11fce33078bb2?show_docid=3bf11fce33078bb2</guid>
  <author>
  smallp...@juno.com
  (smallpond)
  </author>
  <pubDate>Fri, 10 Oct 2008 20:16:15 UT
</pubDate>
  </item>
  </channel>
</rss>
