<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.lisp.cl-gardeners">
    <title>gmane.lisp.cl-gardeners</title>
    <link>http://blog.gmane.org/gmane.lisp.cl-gardeners</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cl-gardeners/1900"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cl-gardeners/1888"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cl-gardeners/1876"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cl-gardeners/1868"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cl-gardeners/1867"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cl-gardeners/1866"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cl-gardeners/1863"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cl-gardeners/1848"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cl-gardeners/1843"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cl-gardeners/1839"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cl-gardeners/1900">
    <title>sbcl question about *query-io*</title>
    <link>http://comments.gmane.org/gmane.lisp.cl-gardeners/1900</link>
    <description>&lt;pre&gt;I've been working through the book "On Lisp" trying to follow the code
for the utilities to make sure I understand how they work.  I've
noticed something about the prompt utility.  If I enter:

(defun prompt (&amp;amp;rest args)
  (apply #'format *query-io* args)
  (read *query-io*))

and then try at the prompt:

(prompt "&amp;gt;&amp;gt; ")

I get a blank line and once I enter a lisp expression it will evaluate
it and print like the following:

* (prompt "&amp;gt;&amp;gt; ")
(+ 1 2)
*

However in clisp the following will happen

[1] (prompt "&amp;gt;&amp;gt; ")
3

Which is what I expected.  Can anybody tell me if there is a different
variable I should be using in sbcl or some other way t
&lt;/pre&gt;</description>
    <dc:creator>Matt</dc:creator>
    <dc:date>2010-11-10T20:36:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cl-gardeners/1888">
    <title>New project: Quicklisp</title>
    <link>http://comments.gmane.org/gmane.lisp.cl-gardeners/1888</link>
    <description>&lt;pre&gt;Hi, Gardeners!

I'm working on a new project called Quicklisp. The goal is to make it
very easy to get access to the wide variety of community-developed CL
libraries, no matter what Common Lisp implementation or operating system
you're using, so you can get that part out of the way and start working
on interesting applications in CL.

There's a bare-bones website here:

  http://www.quicklisp.org/

That has a link to a screencast I made to introduce the project:

  http://www.quicklisp.org/screencasts/

Please check it out and let me know what you think.

Zach
&lt;/pre&gt;</description>
    <dc:creator>Zach Beane</dc:creator>
    <dc:date>2010-08-24T19:09:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cl-gardeners/1876">
    <title>What is the best and most economical way to display lisp results on a Windows graphics screen????</title>
    <link>http://comments.gmane.org/gmane.lisp.cl-gardeners/1876</link>
    <description>&lt;pre&gt;_______________________________________________
Gardeners mailing list
Gardeners-0Lpivb7LZrJWk0Htik3J/w&amp;lt; at &amp;gt;public.gmane.org
http://www.lispniks.com/mailman/listinfo/gardeners
&lt;/pre&gt;</description>
    <dc:creator>gibsonjohn-Wuw85uim5zDR7s880joybQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2010-05-20T19:37:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cl-gardeners/1868">
    <title>MCLIDE 1.0b2 Mac Lisp IDE</title>
    <link>http://comments.gmane.org/gmane.lisp.cl-gardeners/1868</link>
    <description>&lt;pre&gt;A new version of the MCLIDE Macintosh lisp IDE is now available and  
can be downloaded from:

     http://mclide.in-progress.com

This version introduces support for LispWorks and Steel Bank Common  
Lisp (SBCL) as target lisp implementations, in addition to Clozure CL  
and Macintosh Common Lisp (MCL).

Follow the progress of MCLIDE at &amp;lt;www.twitter.com/mclide&amp;gt;.

&lt;/pre&gt;</description>
    <dc:creator>Terje Norderhaug</dc:creator>
    <dc:date>2010-02-25T18:47:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cl-gardeners/1867">
    <title>Take a look at my photos on Facebook</title>
    <link>http://comments.gmane.org/gmane.lisp.cl-gardeners/1867</link>
    <description>&lt;pre&gt;_______________________________________________
Gardeners mailing list
Gardeners-0Lpivb7LZrJWk0Htik3J/w&amp;lt; at &amp;gt;public.gmane.org
http://www.lispniks.com/mailman/listinfo/gardeners
&lt;/pre&gt;</description>
    <dc:creator>Justin Heyes-Jones</dc:creator>
    <dc:date>2010-01-11T23:59:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cl-gardeners/1866">
    <title>ANNC: MCLIDE 1.0b Lisp IDE</title>
    <link>http://comments.gmane.org/gmane.lisp.cl-gardeners/1866</link>
    <description>&lt;pre&gt;FOR IMMEDIATE RELEASE

MCLIDE is a free open source Macintosh IDE for Lisp implementations  
on any platform. It's a double-clickable, stand-alone development  
environment that connects to a Lisp either locally or through the  
network.

The first public beta of MCLIDE 1.0 is now available from:

     http://mclide.in-progress.com

This version of MCLIDE is verified to work with Clozure CL (a.k.a.  
OpenMCL) and Macintosh Common Lisp (MCL) as target lisp  
implementations. It can potentially be used with the same Lisp  
implementations as SLIME.

MCLIDEs user interface is based on the mature IDE of Macintosh Common  
Lisp. It provides rich interactive development and debugging tools in  
the form of dialogs interacting with the target Lisp.

MCLIDE provides a consistent developer experience regardless of the  
Lisp. Use it on the same computer as your Lisp system, or target one  
or more Lisp implementations on other computers or operating systems.

Special thanks to Peter Paine for substantial feedback and  
suggestions. His involvement has been essential in moving MCLIDE  
forward. Glen Foy has provided a lisp syntax styling utility as an  
optional plug-in. MCLIDE has also benefitted from contributions by  
Shannon Spires and Madhu, among others.

Follow the progress of MCLIDE at www.twitter.com/mclide


&lt;/pre&gt;</description>
    <dc:creator>Terje Norderhaug</dc:creator>
    <dc:date>2009-12-16T20:51:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cl-gardeners/1863">
    <title>problems with utf8</title>
    <link>http://comments.gmane.org/gmane.lisp.cl-gardeners/1863</link>
    <description>&lt;pre&gt;_______________________________________________
Gardeners mailing list
Gardeners-0Lpivb7LZrJWk0Htik3J/w&amp;lt; at &amp;gt;public.gmane.org
http://www.lispniks.com/mailman/listinfo/gardeners
&lt;/pre&gt;</description>
    <dc:creator>Francesco Petrogalli</dc:creator>
    <dc:date>2009-11-16T14:09:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cl-gardeners/1848">
    <title>ALU wiki</title>
    <link>http://comments.gmane.org/gmane.lisp.cl-gardeners/1848</link>
    <description>&lt;pre&gt;Hi all,

The ALU wiki has been hosted on lisp-based wiki for a few years now.  One 
year ago, the server's drive was lost; and the wiki contents had to be 
reconstructed by scraping the web.

The current result is a hard-to-use, buggy wiki with many broken pages. 
Drew Crampsie has been very helpful throughout the restoration and fight 
with spammers; but he just doesn't have time to do all the coding required 
to make ucliki (the current wiki software) a full-featured product. 
Significant effort would be required; I would estimate a few man-months to 
address the issues on my bug/wishlist.

Instead, I propose that we move the wiki contents to a MediaWiki.  This 
gives immediate access to an industrial-strength wiki for hosting content; 
and it has an easily-parsed archival format for the lisp wiki of the 
future to slurp back in.

Now is a good time to switch wiki formats.  Many (most?) pages on the ALU 
wiki already require manual editing to fix conversion issues in the 
restoration.  Others didn't even make the transfer.
http://web.archive.org/web/20080417121424/http://wiki.alu.org/Gardeners_Projects

To prototype what this might look like, I set up a temporary wiki at
http://aluwiki.tentpost.com

This has been seeded with part of the Road to Lisp Survey.  Feel free to 
create an account and make your own changes.  If people like the new site, 
we can arrange to transfer its contents to a different address/server, 
announce it to the world, and convert all contents off the old site.  If 
people don't like it, it can die a quiet death.

All comments appreciated.

Later,
Daniel
&lt;/pre&gt;</description>
    <dc:creator>Daniel Herring</dc:creator>
    <dc:date>2009-11-06T04:53:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cl-gardeners/1843">
    <title>looping on arrays</title>
    <link>http://comments.gmane.org/gmane.lisp.cl-gardeners/1843</link>
    <description>&lt;pre&gt;Hi everybody,

is there a way to loop over the element of an array, something like
what is possible to do with hash tables?

(loop for key being the hash-keys of hashtable using (hash-value
value) etc etc etc...


Thank you,

Francesco

&lt;/pre&gt;</description>
    <dc:creator>Francesco Petrogalli</dc:creator>
    <dc:date>2009-11-05T17:27:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cl-gardeners/1839">
    <title>Tending to cl-gardeners</title>
    <link>http://comments.gmane.org/gmane.lisp.cl-gardeners/1839</link>
    <description>&lt;pre&gt;_______________________________________________
Gardeners mailing list
Gardeners-0Lpivb7LZrJWk0Htik3J/w&amp;lt; at &amp;gt;public.gmane.org
http://www.lispniks.com/mailman/listinfo/gardeners
&lt;/pre&gt;</description>
    <dc:creator>Abhishek Reddy</dc:creator>
    <dc:date>2009-09-22T15:18:40</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.lisp.cl-gardeners">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.lisp.cl-gardeners</link>
  </textinput>
</rdf:RDF>

