<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com.ua/group/comp.lang.lisp</id>
  <title type="text">comp.lang.lisp Google Group</title>
  <subtitle type="text">
  Discussion about LISP.
  </subtitle>
  <link href="/group/comp.lang.lisp/feed/atom_v1_0_msgs.xml" rel="self" title="comp.lang.lisp feed"/>
  <updated>2009-11-20T23:02:23Z</updated>
  <generator uri="http://groups.google.com.ua" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>George Neuner</name>
  <email>gneun...@comcast.net</email>
  </author>
  <updated>2009-11-20T23:02:23Z</updated>
  <id>http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/d069728052a6a326/df86494fcd9e7762?show_docid=df86494fcd9e7762</id>
  <link href="http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/d069728052a6a326/df86494fcd9e7762?show_docid=df86494fcd9e7762"/>
  <title type="text">Re: Not the name of a function</title>
  <summary type="html" xml:space="preserve">
  On Fri, 20 Nov 2009 23:32:03 +0100, p...@informatimago.com (Pascal J. &lt;br&gt; Yes. &lt;br&gt; Such sophisticated analysis tool(s) are 2/3 of a compiler anyway - all &lt;br&gt; that&#39;s missing is code generation. While tool making might provide a &lt;br&gt; few jobs in a poor economy, I don&#39;t think it is the best use of &lt;br&gt; resources. I think it makes more sense that compilers - which have to
  </summary>
  </entry>
  <entry>
  <author>
  <name>Pascal J. Bourguignon</name>
  <email>p...@informatimago.com</email>
  </author>
  <updated>2009-11-20T22:32:03Z</updated>
  <id>http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/d069728052a6a326/3016e941287d2f3b?show_docid=3016e941287d2f3b</id>
  <link href="http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/d069728052a6a326/3016e941287d2f3b?show_docid=3016e941287d2f3b"/>
  <title type="text">Re: Not the name of a function</title>
  <summary type="html" xml:space="preserve">
  But this is not a valid conformant form (even if clisp accepts it). &lt;br&gt; S/USER[1]&amp;gt; (defstruct balloon (color)) &lt;br&gt; BALLOON &lt;br&gt; S/CL-USER[2]&amp;gt; (let ((b (make-balloon))) &lt;br&gt; ((setf balloon-color) :blue b)) &lt;br&gt; ; in: LAMBDA NIL &lt;br&gt; ; ((SETF BALLOON-COLOR) :BLUE B) &lt;br&gt; ; &lt;br&gt; ; caught ERROR: &lt;br&gt; ; illegal function call
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kaz Kylheku</name>
  <email>kkylh...@gmail.com</email>
  </author>
  <updated>2009-11-20T22:20:16Z</updated>
  <id>http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/d069728052a6a326/96aa1396a82e6786?show_docid=96aa1396a82e6786</id>
  <link href="http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/d069728052a6a326/96aa1396a82e6786?show_docid=96aa1396a82e6786"/>
  <title type="text">Re: Not the name of a function</title>
  <summary type="html" xml:space="preserve">
  You have a point there. There is an ambiguity in the code, and the machine is &lt;br&gt; diagnosing it in a way which assumes that you are a Lisp expert. &lt;br&gt; Compound forms /can/ in fact be be function names. For instance &lt;br&gt; (defstruct balloon (color)) &lt;br&gt; (let ((b (balloon))) &lt;br&gt; ((setf balloon-color) :blue b)) &lt;br&gt; So (setf balloon-color) is the compound name of a setter function.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Duane Rettig</name>
  <email>du...@franz.com</email>
  </author>
  <updated>2009-11-20T21:35:08Z</updated>
  <id>http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/a0d92ec639ed1db6/2b1823ee7c0fd940?show_docid=2b1823ee7c0fd940</id>
  <link href="http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/a0d92ec639ed1db6/2b1823ee7c0fd940?show_docid=2b1823ee7c0fd940"/>
  <title type="text">Re: Symbol macros don&#39;t capture their lexical environments?</title>
  <summary type="html" xml:space="preserve">
  This was discussed at length a few years back. A group search turns &lt;br&gt; up this thread: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/d770c3a176511665/79b63eed465b058c#79b63eed465b058c&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; which seems to have come from this conversation: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/170d01370010f113/ba7077ce7ecb5498?lnk=gst&amp;q=compilation+environment#ba7077ce7ecb5498&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alberto Riva</name>
  <email>ar...@nospam.ufl.edu</email>
  </author>
  <updated>2009-11-20T21:10:37Z</updated>
  <id>http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/d069728052a6a326/aa019da7567a13b6?show_docid=aa019da7567a13b6</id>
  <link href="http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/d069728052a6a326/aa019da7567a13b6?show_docid=aa019da7567a13b6"/>
  <title type="text">Re: Not the name of a function</title>
  <summary type="html" xml:space="preserve">
  But that&#39;s what it was telling you, it&#39;s just a matter of rearranging &lt;br&gt; the word order a little bit: &lt;br&gt; In other words: &amp;quot;The form (NOT (CONTAINED-IN-PATTERN-VAR ITEM BINDINGS)) &lt;br&gt; is not the name of a function&amp;quot;. &lt;br&gt; Alberto
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tobias C. Rittweiler</name>
  <email>t...@freebits.de.invalid</email>
  </author>
  <updated>2009-11-20T20:16:48Z</updated>
  <id>http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/a0d92ec639ed1db6/e785279ef662f2e5?show_docid=e785279ef662f2e5</id>
  <link href="http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/a0d92ec639ed1db6/e785279ef662f2e5?show_docid=e785279ef662f2e5"/>
  <title type="text">Re: Symbol macros don&#39;t capture their lexical environments?</title>
  <summary type="html" xml:space="preserve">
  The issue &lt;br&gt; COMPILE-FILE-HANDLING-OF-TOP-L EVEL-FORMS &lt;br&gt; names VaxLisp in Current Practise as an example where that was the case, &lt;br&gt; and it also mentions controversy about the issue. &lt;br&gt; What I find most puzzling is that it additonally says that the &lt;br&gt; compilation environment inherits from the evaluation environment.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Günther Thomsen</name>
  <email>guenth...@gmail.com</email>
  </author>
  <updated>2009-11-20T19:27:31Z</updated>
  <id>http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/ee8ba4a6864576ce/c56e4dd25fa6dc0a?show_docid=c56e4dd25fa6dc0a</id>
  <link href="http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/ee8ba4a6864576ce/c56e4dd25fa6dc0a?show_docid=c56e4dd25fa6dc0a"/>
  <title type="text">Re: what up w ads</title>
  <summary type="html" xml:space="preserve">
  Those are truly ads? &amp;lt;tincap&amp;gt; I thought they are noise disguised as &lt;br&gt; advertisement (so that no human accidentally reads them and starts &lt;br&gt; wondering) containing steganograph&#39;ed &#39;bot messages. Well, that&#39;s what &lt;br&gt; I think ;-) &amp;lt;/tincap&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>André Thieme</name>
  <email>address.good.until.2009.dec...@justmail.de</email>
  </author>
  <updated>2009-11-20T19:27:07Z</updated>
  <id>http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/174b59d3f3798ba0/c79614a59a08f202?show_docid=c79614a59a08f202</id>
  <link href="http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/174b59d3f3798ba0/c79614a59a08f202?show_docid=c79614a59a08f202"/>
  <title type="text">Re: Clozure and Clojure</title>
  <summary type="html" xml:space="preserve">
  ccc31807 schrieb: &lt;br&gt; Try both. &lt;br&gt; After just a few days it will become very obvious for you which you &lt;br&gt; prefer. &lt;br&gt; André
  </summary>
  </entry>
  <entry>
  <author>
  <name>wholesale shoes clothes handbag watch by paypal</name>
  <email>fengka...@yahoo.com</email>
  </author>
  <updated>2009-11-20T19:16:19Z</updated>
  <id>http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/fad1a25c61753327/2fd51d690fc0dfd9?show_docid=2fd51d690fc0dfd9</id>
  <link href="http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/fad1a25c61753327/2fd51d690fc0dfd9?show_docid=2fd51d690fc0dfd9"/>
  <title type="text">(www.brandshoes08.com) Paypal wholesale brand shoes,clothes,handbag,watch,eyeglass,cap,BELT,shawl,wallet and so on.</title>
  <summary type="html" xml:space="preserve">
  (paypal payment)(&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.brandshoes08.com&quot;&gt;[link]&lt;/a&gt; ) cheap wholesale, &lt;br&gt; puma,hat &lt;br&gt; (paypal payment)( &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.brandshoes08.com&quot;&gt;[link]&lt;/a&gt; ) cheap &lt;br&gt; wholesale,bape ,hat &lt;br&gt; (paypal payment)( &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.brandshoes08.com&quot;&gt;[link]&lt;/a&gt; ) cheap wholesale, era &lt;br&gt; NBA ,hat &lt;br&gt; (paypal payment)( &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.brandshoes08.com&quot;&gt;[link]&lt;/a&gt; ) cheap &lt;br&gt; wholesale,era ,hat &lt;br&gt; (paypal payment)( &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.brandshoes08.com&quot;&gt;[link]&lt;/a&gt; ) cheap wholesale, ED
  </summary>
  </entry>
  <entry>
  <author>
  <name>Thomas A. Russ</name>
  <email>t...@sevak.isi.edu</email>
  </author>
  <updated>2009-11-20T18:13:41Z</updated>
  <id>http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/174b59d3f3798ba0/4e8f3938919132e0?show_docid=4e8f3938919132e0</id>
  <link href="http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/174b59d3f3798ba0/4e8f3938919132e0?show_docid=4e8f3938919132e0"/>
  <title type="text">Re: Clozure and Clojure</title>
  <summary type="html" xml:space="preserve">
  Well, neither. &lt;br&gt; They are separate efforts, but presumably both trace their names to the &lt;br&gt; notion of &amp;quot;closures&amp;quot; in Lisp. &lt;br&gt; Clozure, I&#39;m fairly certain came first. It just used a simple &amp;quot;s-&amp;gt;z&amp;quot; &lt;br&gt; transformation. Clojure comes up with a similar pronounciation by using &lt;br&gt; a &amp;quot;j&amp;quot;, which also serves to indicate its connection with Java.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ron Garret</name>
  <email>rnospa...@flownet.com</email>
  </author>
  <updated>2009-11-20T18:47:54Z</updated>
  <id>http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/c07190cbba17535b/66bcd3b733248e12?show_docid=66bcd3b733248e12</id>
  <link href="http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/c07190cbba17535b/66bcd3b733248e12?show_docid=66bcd3b733248e12"/>
  <title type="text">Re: Predicate for lexical bindings</title>
  <summary type="html" xml:space="preserve">
  In article &amp;lt;_5adnZNkq6ndRJvW4p2d...@telen or.com&amp;gt;, &lt;br&gt; No, that is not true. The symbol is created when &amp;quot;x&amp;quot; is *read*. &lt;br&gt; That&#39;s kind of like saying &amp;quot;1+1=2 whether or not 1 exists or not.&amp;quot; &lt;br&gt; It&#39;s true that (symbolp &#39;x) will always return T, but it is not true (or &lt;br&gt; at least badly misleading) that this is &amp;quot;whether X already existed or
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tobias C. Rittweiler</name>
  <email>t...@freebits.de.invalid</email>
  </author>
  <updated>2009-11-20T18:46:45Z</updated>
  <id>http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/a0d92ec639ed1db6/c70571734c9ddd76?show_docid=c70571734c9ddd76</id>
  <link href="http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/a0d92ec639ed1db6/c70571734c9ddd76?show_docid=c70571734c9ddd76"/>
  <title type="text">Re: Symbol macros don&#39;t capture their lexical environments?</title>
  <summary type="html" xml:space="preserve">
  I tried to shed some light on another confusion that I didn&#39;t see other &lt;br&gt; people to address. &lt;br&gt; -T.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ron Garret</name>
  <email>rnospa...@flownet.com</email>
  </author>
  <updated>2009-11-20T18:42:26Z</updated>
  <id>http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/a0d92ec639ed1db6/6d77909a956529ce?show_docid=6d77909a956529ce</id>
  <link href="http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/a0d92ec639ed1db6/6d77909a956529ce?show_docid=6d77909a956529ce"/>
  <title type="text">Re: Symbol macros don&#39;t capture their lexical environments?</title>
  <summary type="html" xml:space="preserve">
  In article &amp;lt;87pr7dgjgf....@freebits.de&amp;gt;, &lt;br&gt; That&#39;s true, but it can be a side-effect of *trying* to make a point. &lt;br&gt; And your point would be...? &lt;br&gt; rg
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Thingstad</name>
  <email>jpth...@online.no</email>
  </author>
  <updated>2009-11-20T18:13:34Z</updated>
  <id>http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/c07190cbba17535b/2ef0cdbec8afe35e?show_docid=2ef0cdbec8afe35e</id>
  <link href="http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/c07190cbba17535b/2ef0cdbec8afe35e?show_docid=2ef0cdbec8afe35e"/>
  <title type="text">Re: Predicate for lexical bindings</title>
  <summary type="html" xml:space="preserve">
  Looking at your comments I think the way it is written needs improving. I &lt;br&gt; do think I basically understand it though. &lt;br&gt; If read up a couple of post&#39;s for instance you would see that I am aware &lt;br&gt; that it is the reader that creates symbols and that defvar creates a &lt;br&gt; binding to that symbol. The symbol in turn get&#39;s assigned a binding to
  </summary>
  </entry>
  <entry>
  <author>
  <name>hero</name>
  <email>ecyaya...@yeah.net</email>
  </author>
  <updated>2009-11-20T18:12:33Z</updated>
  <id>http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/9b90e7e7e2985a5a/3968c43d35e1f1c3?show_docid=3968c43d35e1f1c3</id>
  <link href="http://groups.google.com.ua/group/comp.lang.lisp/browse_thread/thread/9b90e7e7e2985a5a/3968c43d35e1f1c3?show_docid=3968c43d35e1f1c3"/>
  <title type="text">۞__۞__۞paypal wholesale cheap replica hangbags &amp; purse at www.ecyaya.com</title>
  <summary type="html" xml:space="preserve">
  ۞__۞__۞paypal wholesale cheap replica hangbags &amp;amp; purse at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.ecyaya.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; replica bag replica prada bag replica new prada bag replica claasic &lt;br&gt; prada bag replica prada handbag replica shoulder bags replica Prada &lt;br&gt; Cervo Pleat Hobo Bag on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.ecyaya.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Replica Prada Cervo Pleat Hobo Bag detail below: &lt;br&gt; The replica Prada Cervo Pleat hobo Bag is an ordinary deerskin
  </summary>
  </entry>
</feed>
