<?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: Permuting array rows</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/333bd02c36b73e48/2030993ac5bdcd96?show_docid=2030993ac5bdcd96</link>
  <description>
  Clearly, this does not solve the problem that I specified. I&#39;m &lt;br&gt; not saying it&#39;s a bad approach, my question was one of how to &lt;br&gt; implement an algorithm, not what algorithm to use for a high-level &lt;br&gt; problem. &lt;br&gt; &lt;p&gt;Cheers, &lt;br&gt; Jason
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/333bd02c36b73e48/2030993ac5bdcd96?show_docid=2030993ac5bdcd96</guid>
  <author>
  jasonsew...@gmail.com
  (Jason Sewall)
  </author>
  <pubDate>Sat, 18 May 2013 23:42:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: Decoding large, nested json and inserting into a database</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/661e663edda128be/6afeaa56277e0b62?show_docid=6afeaa56277e0b62</link>
  <description>
  I&#39;m not in a position to give you advice on the database pa &lt;br&gt; is very application-specific, but your JSON parsing can be &lt;br&gt; quite straightforwardly with custom decoders in CL-JSON: &lt;br&gt; &lt;p&gt; (in-package json) &lt;br&gt; &lt;p&gt; (defvar *default-decoder* &lt;br&gt; (current-decoder)) &lt;br&gt; &lt;p&gt; (defun dispose-of-big-data (obj) &lt;br&gt; (format *trace-output* &amp;quot;Disposing of ~S~%&amp;quot; obj))
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/661e663edda128be/6afeaa56277e0b62?show_docid=6afeaa56277e0b62</guid>
  <author>
  boris.smi...@gmail.com
  (Boris Smilga)
  </author>
  <pubDate>Sat, 18 May 2013 21:26:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: Beginner Question about Lisp with CL-GD</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/653c53d8031eebe4?show_docid=653c53d8031eebe4</link>
  <description>
  Am 18.05.2013 19:31, schrieb Pascal J. Bourguignon: &lt;br&gt; &lt;p&gt;First time using Newsgroups and just started programming with lisp, so &lt;br&gt; it was a bit to difficult to figure out if that was a joke/irony or just &lt;br&gt; the normal rough way of talking in Newsgroups :-)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/653c53d8031eebe4?show_docid=653c53d8031eebe4</guid>
  <author>
  brunobu...@googlemail.com
  (Bruno Burke)
  </author>
  <pubDate>Sat, 18 May 2013 20:27:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: Beginner Question about Lisp with CL-GD</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/576858150e363088?show_docid=576858150e363088</link>
  <description>
  It&#39;s not quickload that interns the symbols in the common-lisp-user &lt;br&gt; package, it&#39;s yourself, when you type *default-image* that orders the &lt;br&gt; lisp REPL to interns them there! &lt;br&gt; &lt;p&gt;Perhaps you don&#39;t remember having typed *default-image*, but the same &lt;br&gt; applies to the other symbols you&#39;ve typed in the REPL, with-image*,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/576858150e363088?show_docid=576858150e363088</guid>
  <author>
  p...@informatimago.com
  (Pascal J. Bourguignon)
  </author>
  <pubDate>Sat, 18 May 2013 17:31:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: Beginner Question about Lisp with CL-GD</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/a1478ca03eaab80f?show_docid=a1478ca03eaab80f</link>
  <description>
  I didnt know that by using ql:quickload it loads theses symbols in the &lt;br&gt; COMMON-LISP-USER package, because by hand I never typed the symbol &lt;br&gt; *default-image*! &lt;br&gt; &lt;p&gt;No;No;No -- Just as I said, I never typed or defined the symbol &lt;br&gt; *DEFAULT-IMAGE* in the REPL. I just was confused where he got that
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/a1478ca03eaab80f?show_docid=a1478ca03eaab80f</guid>
  <author>
  brunobu...@googlemail.com
  (Bruno Burke)
  </author>
  <pubDate>Sat, 18 May 2013 17:15:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: Permuting array rows</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/333bd02c36b73e48/973b79e6e181c227?show_docid=973b79e6e181c227</link>
  <description>
  In article &amp;lt;1eb85577-7c49-4725-b16a-496d5 1b66c01@googlegroups.com&amp;gt;, &lt;br&gt; &lt;p&gt;No, the &amp;quot;pretty&amp;quot; solution is something like this: &lt;br&gt; &lt;p&gt;(defstruct permuted-array array indirection-vector) &lt;br&gt; &lt;p&gt;(defun p-aref (permuted-array row col) &lt;br&gt; (aref array (aref indirection-vector row) col)) &lt;br&gt; &lt;p&gt;Iniitalize the indirection vector to be the integers from 0 to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/333bd02c36b73e48/973b79e6e181c227?show_docid=973b79e6e181c227</guid>
  <author>
  rnospa...@flownet.com
  (RG)
  </author>
  <pubDate>Sat, 18 May 2013 16:58:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: Beginner Question about Lisp with CL-GD</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/a2de14166ee573cf?show_docid=a2de14166ee573cf</link>
  <description>
  Yes, since you had your REPL read a symbol named &amp;quot;*DEFAULT-IMAGE*&amp;quot; by &lt;br&gt; typing *default-image* at it, it has interned a symbol named &lt;br&gt; &amp;quot;*DEFAULT-IMAGE* in the package COMMON-LISP-USER (which is the default &lt;br&gt; current package). &lt;br&gt; &lt;p&gt;And now you&#39;re asking it to add to the use list of the COMMON-LISP-USER
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/a2de14166ee573cf?show_docid=a2de14166ee573cf</guid>
  <author>
  p...@informatimago.com
  (Pascal J. Bourguignon)
  </author>
  <pubDate>Sat, 18 May 2013 14:49:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: Beginner Question about Lisp with CL-GD</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/eb528409bacf90b8?show_docid=eb528409bacf90b8</link>
  <description>
  Am 18.05.2013 11:51, schrieb Marco Antoniotti: &lt;br&gt; &lt;p&gt;Thank you for your help. It works. &lt;br&gt; The first way with explicit qualifiers works without a problem. &lt;br&gt; &lt;p&gt;When I use (use-package &amp;quot;CL-GD&amp;quot;) I get this error: &lt;br&gt; Using #&amp;lt;Package &amp;quot;CL-GD&amp;quot;&amp;gt; in #&amp;lt;Package &amp;quot;COMMON-LISP-USER&amp;quot;&amp;gt; &lt;br&gt; would cause name conflicts with symbols already present in that package:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/eb528409bacf90b8?show_docid=eb528409bacf90b8</guid>
  <author>
  brunobu...@googlemail.com
  (Bruno Burke)
  </author>
  <pubDate>Sat, 18 May 2013 14:20:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: Beginner Question about Lisp with CL-GD</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/80e82390a1b09c82?show_docid=80e82390a1b09c82</link>
  <description>
  And notice that while it&#39;s often the case that the name of the asdf &lt;br&gt; system loaded by quickload and the name of (one of) the package(s) &lt;br&gt; defined in that system are string-equal, it&#39;s necessarily the case. &lt;br&gt; &lt;p&gt;I mean, don&#39;t infer a 1-1 relationship between packages and asdf &lt;br&gt; systems. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; __Pascal Bourguignon__ &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.informatimago.com/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/80e82390a1b09c82?show_docid=80e82390a1b09c82</guid>
  <author>
  p...@informatimago.com
  (Pascal J. Bourguignon)
  </author>
  <pubDate>Sat, 18 May 2013 10:30:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: Learning Lisp The Bump Free Way</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/ea08ef3f069d440d/0e0b9bed03091400?show_docid=0e0b9bed03091400</link>
  <description>
  What about PROLOG? &lt;br&gt; &lt;p&gt;Prolog is a SET of possible instructions the interpreter searches for &lt;br&gt; (and tests) different programs to see which solved a problem. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.BLoCKPROLOG.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Runs on mySQL tables enter 10 billion facts online! &lt;br&gt; &lt;p&gt;Here is a TRACE of : &lt;br&gt; &lt;p&gt; IS DOG+1 a NUMBER ? &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://blockprolog.com/nat-s-dog.png&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/ea08ef3f069d440d/0e0b9bed03091400?show_docid=0e0b9bed03091400</guid>
  <author>
  grahamcoop...@gmail.com
  (Graham Cooper)
  </author>
  <pubDate>Sat, 18 May 2013 10:08:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: Beginner Question about Lisp with CL-GD</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/0bed1bfc73762e6a?show_docid=0bed1bfc73762e6a</link>
  <description>
  The problem you have is that you are not qualifying the names. quicklisp is itself a &amp;quot;library&amp;quot;; not part of the language and it solves a different problem (similar to what CPAN, CRAN etc solve). In particular it does not, and rightly so, do the equivalent of an &amp;quot;import&amp;quot; (Java, Python etc) or a &amp;quot;use&amp;quot; in other languages. You have to do so explicitly.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/0bed1bfc73762e6a?show_docid=0bed1bfc73762e6a</guid>
  <author>
  marc...@gmail.com
  (Marco Antoniotti)
  </author>
  <pubDate>Sat, 18 May 2013 09:51:05 UT
</pubDate>
  </item>
  <item>
  <title>Beginner Question about Lisp with CL-GD</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/5e7daac5deeb5c6e?show_docid=5e7daac5deeb5c6e</link>
  <description>
  Hello everyone, &lt;br&gt; &lt;p&gt;I&#39;m learning to program with Lisp (Clozure CL) and have a problem with &lt;br&gt; using some &amp;quot;libraries&amp;quot;. &lt;br&gt; &lt;p&gt;I have downloaded cl-gd (GD-Lib for Common Lisp) with (ql:quickload &lt;br&gt; &amp;quot;cl-gd&amp;quot;) and then i compiled the C-Glue-Code in the folder of cl-gd. &lt;br&gt; I can execute the tests with &lt;br&gt; (ql:quickload &amp;quot;cl-gd-test&amp;quot;)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/c46b6f230d405bf2/5e7daac5deeb5c6e?show_docid=5e7daac5deeb5c6e</guid>
  <author>
  brunobu...@googlemail.com
  (Bruno Burke)
  </author>
  <pubDate>Sat, 18 May 2013 08:09:37 UT
</pubDate>
  </item>
  <item>
  <title>Announcement: Log4CL 1.1.0 - Logging library for Common Lisp</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/f57f42873146673a/93812017ca5ebe99?show_docid=93812017ca5ebe99</link>
  <description>
  A new development version of Log4CL Common Lisp logging library had &lt;br&gt; been released on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/7max/log4cl&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;QuickLisp will continue to pull the &amp;quot;stable&amp;quot; version for a few months, &lt;br&gt; to give anyone enough time to check out the new version and migrate. &lt;br&gt; &lt;p&gt;Major differences from the previous version are:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/f57f42873146673a/93812017ca5ebe99?show_docid=93812017ca5ebe99</guid>
  <author>
  m...@openchat.com
  (Max Mikhanosha)
  </author>
  <pubDate>Sat, 18 May 2013 01:02:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: Decoding large, nested json and inserting into a database</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/661e663edda128be/b0a71605a61bebb9?show_docid=b0a71605a61bebb9</link>
  <description>
  A careful and thorough analysis of the /specific/ data &lt;br&gt; structure is needed to create a relational schema and &lt;br&gt; insert the hierarchical data in a manner that satisfies &lt;br&gt; all requirements (normal forms) of relational databases. &lt;br&gt; &lt;p&gt; Writing a streaming decoder for JSON seems to be simpler &lt;br&gt; to me than getting the relational design right. Maybe what
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/661e663edda128be/b0a71605a61bebb9?show_docid=b0a71605a61bebb9</guid>
  <author>
  r...@zedat.fu-berlin.de
  (Stefan Ram)
  </author>
  <pubDate>Fri, 17 May 2013 23:19:32 UT
</pubDate>
  </item>
  <item>
  <title>Decoding large, nested json and inserting into a database</title>
  <link>http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/661e663edda128be/9e1975321be1e08d?show_docid=9e1975321be1e08d</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I am trying to figure out a way to parse nested JSON and insert various extracted elements into an sqlite database. The JSON strings are typically quite large, and rather than parse them entirely into memory first as Lisp objects (alists or CLOS objects) I would like to be able to do this in streaming fashion, as the JSON is being read.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/661e663edda128be/9e1975321be1e08d?show_docid=9e1975321be1e08d</guid>
  <author>
  relativef...@hotmail.co.uk
  (Cortez)
  </author>
  <pubDate>Fri, 17 May 2013 21:48:26 UT
</pubDate>
  </item>
  </channel>
</rss>
