<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Webremixed Articles for tags: lisp</title>
    <link>http://www.webremixed.info/</link>
    <description>Aggregation of tags: lisp</description>
    <dc:creator>Webremixer</dc:creator>
    <item>
      <title>Hans Hübner: Quicklisp - The upcoming solution to Common Lisp's "library problem"</title>
      <link>http://netzhansa.blogspot.com/2010/09/quicklisp-upcoming-solution-to-common.html</link>
      <description>&lt;p&gt;
  We're all tired of hearing that Common Lisp is all nice, but it has
  a library problem.  True, many of the open source libraries written
  in Common Lisp are half-baked, incomplete, unmaintained and
  tasteless.  But this is true with libraries in all languages (think
  libwww-perl), so that can't be the real problem.  The real problem,
  as I see it, is that until now, there was no universally good way of
  installing a library and all of its dependencies.
&lt;/p&gt;

&lt;p&gt;
  The existing, widely deployed solutions (asdf-install and clbuild)
  require external tools to work, depend on the availability of
  diverse servers in the internet, and do not have something like a
  central maintainer who ensures that things are always in basically
  working order.  Also, these solutions are rather unportable, as they
  depend on external tools and a Unixish environment which is not
  available everywhere.
&lt;/p&gt;

&lt;p&gt;
  My personal solution to this problem, until now, was to have a
  Subversion repository that contains all the libraries that any of my
  projects need.  Some of these came from release tarballs, some from
  other revision control repositories, and maintenance was manual.
  Whenever I started a new project, I brought some of those libraries
  up to date, coped with any (new) dependencies, lost backwards
  compatibility with my older projects etc.  This kind of sucked, but
  it had the beauty that both development and deployment ended up
  being relatively easy.  All that was required was a svn checkout
  from my repository, and I was all set on a new machine.
&lt;/p&gt;


&lt;p&gt;
  Recently, Zach Beane was fed up enough to do something about this:
  He created &lt;a href="http://quicklisp.org"&gt;Quicklisp&lt;/a&gt;, a
  self-contained, centrally managed, cloud hosted Lisp library system
  which aims to run everywhere and provide users with a one-stop
  solution for the &amp;quot;library problem&amp;quot;.  Quicklisp is in an early alpha
  stage, but having tried it, I must say that I am pleased and
  impressed.  Finally, Common Lisp can also become a glue language
  like Python and Perl.
&lt;/p&gt;


&lt;p&gt;
  I tried Quicklisp today because Twitter has notified me that basic
  http authentication for applications will no longer be supported.
  Instead, one is now supposed to
  use &lt;a href="http://oauth.net/"&gt;OAuth&lt;/a&gt; to authenticate requests
  sent to Twitter.  This required my reaction.
&lt;/p&gt;


&lt;p&gt;
  About two years ago, I have written a small gateway program that
  forwards new postings to &lt;a
    href="http://planet.lisp.org/"&gt;Planet
  Lisp&lt;/a&gt; to &lt;a
    href="http://twitter.com/planet_lisp"&gt;Twitter&lt;/a&gt;.
  At the time, I was rather frustrated with Common Lisp and thus took
  the gateway as an opportunity
  to &lt;a href="http://netzhansa.blogspot.com/2008/10/trying-clojure.html"&gt;try
  Clojure&lt;/a&gt;.  Today, I looked at the source of the gateway again to
  find out what it would take to make it use OAuth instead of basic
  http authentication.  As the gateway was the only program I have
  written in Clojure so far, and I was not really that eager to extend
  it to OAuth.  I tried for a few minutes, but found that my old
  program did not run with the current Clojure version right away, so
  I would have to basically start setting up a Clojure development
  environment from scratch in order to be able to use an existing, open
  source OAuth library.
&lt;/p&gt;


&lt;p&gt;
  Instead, I thought I'd give Quicklisp a spin.  After all, parsing
  some XML and sending HTTP requests are no big deal in Common Lisp
  either, and an OAuth library is available, too.  With Quicklisp, all
  it should take was write some glue code to
  connect &lt;a
    href="http://weitz.de/drakma/"&gt;DRAKMA&lt;/a&gt;, &lt;a
    href="http://common-lisp.net/project/cxml/"&gt;CXML&lt;/a&gt;, &lt;a
    href="http://weitz.de/cl-ppcre/"&gt;cl-ppcre&lt;/a&gt;
  and &lt;a href="http://github.com/skypher/cl-oauth"&gt;cl-oauth&lt;/a&gt;.
  Installing the bunch should be a matter of loading quicklisp.lisp,
  then typing &lt;tt&gt;(ql:quickload `(&amp;quot;drakma&amp;quot; &amp;quot;cxml&amp;quot; &amp;quot;cl-ppcre&amp;quot;
  &amp;quot;cl-oauth&amp;quot;))&lt;/tt&gt; and watching the show scroll by.
&lt;/p&gt;

&lt;p&gt;
  And hey, it worked right away.  I even embedded a web server in the
  gateway application so that it can be monitored by the system status
  monitors provided by my hosting provider.  All in all, rewriting the
  thing in Common Lisp and deploying it took no longer than two hours,
  and the source is not significantly longer than the Clojure version
  either.  Furthermore, the new gateway properly deals with non-ASCII
  characters.  Embarrassingly, the Clojure gateway was buggy in that
  respect and never properly twittered the titles of my own blog
  posts.  Thanks, Zach!
&lt;/p&gt;
&lt;div&gt;&lt;img height="1"
    src="https://blogger.googleusercontent.com/tracker/3022969446495862761-466137190724923424?l=netzhansa.blogspot.com" width="1" /&gt;&lt;/div&gt;</description>
      <pubDate>Thu, 02 Sep 2010 21:01:00 GMT</pubDate>
      <guid>http://netzhansa.blogspot.com/2010/09/quicklisp-upcoming-solution-to-common.html</guid>
      <dc:date>2010-09-02T21:01:00Z</dc:date>
    </item>
    <item>
      <title>Zach Beane: International Lisp Conference 2010</title>
      <link>http://xach.livejournal.com/266866.html</link>
      <description>&lt;p&gt;I
  just registered for the International Lisp Conference 2010. It's
  October 19th-21st in Reno, Nevada, USA. I'll be wearing
  my &lt;a
    href="http://xach.livejournal.com/266459.html"&gt;Quicklisp
  shirt&lt;/a&gt; or
  my &lt;a href="http://xach.com/img/slad-shirt-black.jpg"&gt;Save Lisp And
  Die shirt&lt;/a&gt; at least some of the time. If you see me, say hi! Hope
  to see you there!&lt;/p&gt;</description>
      <pubDate>Thu, 02 Sep 2010 18:26:12 GMT</pubDate>
      <guid>http://xach.livejournal.com/266866.html</guid>
      <dc:date>2010-09-02T18:26:12Z</dc:date>
    </item>
    <item>
      <title>Patrick Stein: Deadline approaching: in the Find the People, Lisp Programming Contest</title>
      <link>http://nklein.com/2010/09/deadline-approaching-in-the-find-the-people-lisp-programming-contest/</link>
      <description>&lt;p&gt;If you haven&amp;rsquo;t started your entry for the TC Lisper&amp;rsquo;s &lt;a href="http://tclispers.org/contest-find-the-people"&gt;Programming Contest&lt;/a&gt;, you&amp;rsquo;re not too late.  The deadline is September 19th.&lt;/p&gt;

&lt;p&gt;If you have started, post a comment here or there to let us know how it&amp;rsquo;s going!&lt;/p&gt;</description>
      <pubDate>Thu, 02 Sep 2010 01:02:53 GMT</pubDate>
      <guid>http://nklein.com/2010/09/deadline-approaching-in-the-find-the-people-lisp-programming-contest/</guid>
      <dc:date>2010-09-02T01:02:53Z</dc:date>
    </item>
    <item>
      <title>Subs 1.1.6</title>
      <link>http://www.topix.net/tech/lisp/2010/08/subs-1-1-6?fromrss=1</link>
      <description>&lt;p&gt;Subs is a Scheme Lisp interpreter written in C++. The implementation is incomplete and naive, but aims to implement enough to be able to run every code sample in Structure and Interpretation of Computer Programs.&lt;/p&gt;</description>
      <pubDate>Tue, 31 Aug 2010 18:49:26 GMT</pubDate>
      <guid>http://www.topix.net/tech/lisp/2010/08/subs-1-1-6?fromrss=1</guid>
      <dc:date>2010-08-31T18:49:26Z</dc:date>
    </item>
    <item>
      <title>Lispjobs: Akamai Technologies, Engineering Manager, Clojure, Cambridge, MA</title>
      <link>http://lispjobs.wordpress.com/2010/08/30/akamai-technologies-engineering-manager-clojure-cambridge-ma/</link>
      <description>&lt;p&gt;Hi Will,&lt;/p&gt;

&lt;p&gt;Mike McLaughlin writes:&lt;/p&gt;

&lt;p&gt;[Akamai Technologies] has just opened a new Engineering Manager role in Cambridge, MA for our mobile team. The position will help lead a team of engineers working with Clojure. We really want to hire someone that will help act as an advocate and evangelist for the Clojure work we are doing. Interested candidates can apply online&amp;nbsp; or email me a copy of their resume.&lt;/p&gt;

&lt;p&gt;The job description is located here -&amp;nbsp;&lt;a href="https://jobs-akamai.icims.com/jobs/4316/job"&gt;https://jobs-akamai.icims.com/jobs/4316/job&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Mike&amp;rsquo;s email is: mimclaug@akamai.com.&lt;/p&gt;

&lt;br /&gt;
  &lt;a
  href="http://feeds.wordpress.com/1.0/gocomments/lispjobs.wordpress.com/542/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/comments/lispjobs.wordpress.com/542/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/godelicious/lispjobs.wordpress.com/542/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/delicious/lispjobs.wordpress.com/542/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/gofacebook/lispjobs.wordpress.com/542/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/facebook/lispjobs.wordpress.com/542/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/gotwitter/lispjobs.wordpress.com/542/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/twitter/lispjobs.wordpress.com/542/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/gostumble/lispjobs.wordpress.com/542/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/stumble/lispjobs.wordpress.com/542/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/godigg/lispjobs.wordpress.com/542/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/digg/lispjobs.wordpress.com/542/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/goreddit/lispjobs.wordpress.com/542/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/reddit/lispjobs.wordpress.com/542/" /&gt;&lt;/a&gt;
 &lt;img height="1"
  src="http://stats.wordpress.com/b.gif?host=lispjobs.wordpress.com&amp;amp;blog=504450&amp;amp;post=542&amp;amp;subd=lispjobs&amp;amp;ref=&amp;amp;feed=1" width="1" /&gt;</description>
      <pubDate>Mon, 30 Aug 2010 20:20:00 GMT</pubDate>
      <guid>http://lispjobs.wordpress.com/2010/08/30/akamai-technologies-engineering-manager-clojure-cambridge-ma/</guid>
      <dc:date>2010-08-30T20:20:00Z</dc:date>
    </item>
    <item>
      <title>Zach Beane: code from gigamonkey</title>
      <link>http://xach.livejournal.com/266649.html</link>
      <description>&lt;p&gt;Peter Seibel
  (author of &lt;a
    href="http://www.gigamonkeys.com/book/"&gt;Practical Common
  Lisp&lt;/a&gt; and
  &lt;a
    href="http://www.amazon.com/gp/product/1430219483?ie=UTF8&amp;amp;tag=gimpnews&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1430219483"&gt;more&lt;/a&gt;)
  just pushed some of his CL
  code &lt;a href="http://github.com/gigamonkey/"&gt;to github&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Aug 2010 16:24:03 GMT</pubDate>
      <guid>http://xach.livejournal.com/266649.html</guid>
      <dc:date>2010-08-30T16:24:03Z</dc:date>
    </item>
    <item>
      <title>uni2ascii 4.15</title>
      <link>http://www.topix.net/tech/lisp/2010/08/uni2ascii-4-15?fromrss=1</link>
      <description>&lt;p&gt;It can also convert between the escapes used for Unicode in languages such as Ada, C, Common Lisp, Java, Pascal, Perl, Postscript, Python, Scheme, and Tcl.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Aug 2010 13:47:38 GMT</pubDate>
      <guid>http://www.topix.net/tech/lisp/2010/08/uni2ascii-4-15?fromrss=1</guid>
      <dc:date>2010-08-30T13:47:38Z</dc:date>
    </item>
    <item>
      <title>Steel Bank Common Lisp 1.0.42</title>
      <link>http://www.topix.net/tech/lisp/2010/08/steel-bank-common-lisp-1-0-42?fromrss=1</link>
      <description>&lt;p&gt;Steel Bank Common Lisp is a development environment for Common Lisp, with excellent support for the ANSI standard: garbage collection, lexical closures, powerful macros, strong dynamic typing, incremental compilation, and the famous Common Lisp Object System .&lt;/p&gt;</description>
      <pubDate>Sun, 29 Aug 2010 23:22:27 GMT</pubDate>
      <guid>http://www.topix.net/tech/lisp/2010/08/steel-bank-common-lisp-1-0-42?fromrss=1</guid>
      <dc:date>2010-08-29T23:22:27Z</dc:date>
    </item>
    <item>
      <title>Zach Beane: Synonym streams</title>
      <link>http://xach.livejournal.com/266165.html</link>
      <description>&lt;p&gt;&lt;a href="http://xach.livejournal.com/266165.html?mode=reply"&gt;Leave me a comment&lt;/a&gt;, please: 

&lt;/p&gt;
&lt;p&gt;When was the last time you created a synonym stream? What was it
  for?&lt;/p&gt;</description>
      <pubDate>Fri, 27 Aug 2010 14:09:40 GMT</pubDate>
      <guid>http://xach.livejournal.com/266165.html</guid>
      <dc:date>2010-08-27T14:09:40Z</dc:date>
    </item>
    <item>
      <title>Zach Beane: An ASDF2 gotcha</title>
      <link>http://xach.livejournal.com/265767.html</link>
      <description>&lt;p&gt;I've collected several hundred CL projects
for &lt;a
    href="http://www.quicklisp.org/"&gt;Quicklisp&lt;/a&gt;. Building them
all can sometimes be a challenge. I'm committed to
using &lt;a href="http://common-lisp.net/project/asdf/"&gt;ASDF2&lt;/a&gt; with
Quicklisp, and new ASDF2 semantics have triggered build failures in
some projects.
 
&lt;/p&gt;
&lt;p&gt;Here's an example of something I encountered (and helped fix).&lt;a&gt;&lt;/a&gt;
 
&lt;/p&gt;
&lt;p&gt;f2cl is a Fortran-to-CL library. It's been around for
a really, really long time. Its source files look like &amp;quot;foo.l&amp;quot;,
&amp;quot;bar.l&amp;quot;, etc. instead of the more common (and ASDF-expected)
&amp;quot;foo.lisp&amp;quot;, &amp;quot;bar.lisp&amp;quot;, etc.
 
&lt;/p&gt;
&lt;p&gt;The system file looked like this:
 
  ;; f2cl asd file
 
  (defpackage #:f2cl-asd
    (:use :cl :asdf))
 
  (in-package #:f2cl-asd)
 
  (defsystem f2cl
    :components
    ((:module src
        :components
        ((:file &amp;quot;f2cl0&amp;quot;)
         (:file &amp;quot;f2cl1&amp;quot;)
         (:file &amp;quot;f2cl2&amp;quot;)
         (:file &amp;quot;f2cl3&amp;quot;)
         (:file &amp;quot;f2cl4&amp;quot;)
         (:file &amp;quot;f2cl5&amp;quot;)
         (:file &amp;quot;f2cl6&amp;quot;)
         (:file &amp;quot;f2cl7&amp;quot;)
         #+cmu(:file &amp;quot;f2cl8&amp;quot;)
         (:file &amp;quot;macros&amp;quot;)))))
 
&lt;b&gt;  (defmethod asdf:source-file-type
      ((f cl-source-file) (s (eql
        (asdf:find-system 'f2cl)))) &amp;quot;l&amp;quot;)
&lt;/b&gt; 
 
&lt;/p&gt;
&lt;p&gt;When I tried to build, I got this error:
 
  failed to find the TRUENAME of /home/xach/src/f2cl/src/f2cl0.lisp
 
 
&lt;/p&gt;
&lt;p&gt;Fortunately,
the &lt;a href="http://common-lisp.net/project/asdf/asdf.html"&gt;ASDF2
manual&lt;/a&gt; describes exactly this situation (under &lt;i&gt;Pitfalls of the
    transition to ASDF 2&lt;/i&gt;):
 
&lt;/p&gt;
&lt;blockquote&gt; 
The mechanism by which one customizes a system so that Lisp files
may use a different extension from the default .lisp has
changed. 
Previously, the pathname for a component was lazily computed when
operating on a system,
and you would
(defmethod source-file-type ((component cl-source-file) (system
  (eql (find-system 'foo)))) (declare (ignorable component system))
  &amp;quot;cl&amp;quot;).
&lt;/blockquote&gt;
 
 
&lt;p&gt;The solution suggested in the manual (under &lt;i&gt;How do I create a
    system definition where all the source files have a .cl
    extension?&lt;/i&gt;) only works for ASDF2, though. Here's something
    that worked for f2cl, and that works on both &amp;quot;classic&amp;quot; ASDF and
    ASDF2:
 
  ;; f2cl asd file
 
  (defpackage #:f2cl-asd
    (:use :cl :asdf))
 
  (in-package #:f2cl-asd)
 
&lt;b&gt;  (defclass f2cl-cl-source-file (cl-source-file)
    ())
 
  (defmethod source-file-type ((f f2cl-cl-source-file) (m module))
    &amp;quot;l&amp;quot;)&lt;/b&gt; 
 
  (defsystem f2cl
    :components
    ((:module src
      &lt;b&gt;:default-component-class f2cl-cl-source-file&lt;/b&gt; 
            :components
            ((:file &amp;quot;f2cl0&amp;quot;)
             (:file &amp;quot;f2cl1&amp;quot;)
             (:file &amp;quot;f2cl2&amp;quot;)
             (:file &amp;quot;f2cl3&amp;quot;)
             (:file &amp;quot;f2cl4&amp;quot;)
             (:file &amp;quot;f2cl5&amp;quot;)
             (:file &amp;quot;f2cl6&amp;quot;)
             (:file &amp;quot;f2cl7&amp;quot;)
             #+cmu(:file &amp;quot;f2cl8&amp;quot;)
             (:file &amp;quot;macros&amp;quot;)))))
&lt;/p&gt;</description>
      <pubDate>Thu, 26 Aug 2010 19:29:41 GMT</pubDate>
      <guid>http://xach.livejournal.com/265767.html</guid>
      <dc:date>2010-08-26T19:29:41Z</dc:date>
    </item>
    <item>
      <title>Zach Beane: Lisp Cabinet</title>
      <link>http://xach.livejournal.com/265713.html</link>
      <description>&lt;p&gt;G. Christensen recently
  announced &lt;a href="http://lispcabinet.sourceforge.net/"&gt;Lisp
  Cabinet&lt;/a&gt;, which is like Lispbox, but is more cabinety:

&lt;/p&gt;
&lt;blockquote&gt;

Lisp Cabinet is a set of configuration files, tools and utilites bundled with automated installer to deliver full-fledged Emacs based Lisp development environment for Microsoft Windows. Yes, there is Lispbox, and it works pretty well, but it lacks such important feature as ASDF-INSTALL. Futhermore, set of Lispbox Lisp implementaitons for Windows is quite limited, and you should download distinct verisions of Lispbox to use several Lisps simultaneously (but of course, you can configure them manually, if you need).
&lt;/blockquote&gt;


&lt;p&gt;Go check
  it out.&lt;/p&gt;</description>
      <pubDate>Wed, 25 Aug 2010 14:37:37 GMT</pubDate>
      <guid>http://xach.livejournal.com/265713.html</guid>
      <dc:date>2010-08-25T14:37:37Z</dc:date>
    </item>
    <item>
      <title>François-René Rideau: Boston Lisp Meeting: Monday 2010-09-20 Hari Prashanth on Functional Data Structures for Typed Racket</title>
      <link>http://fare.livejournal.com/158662.html</link>
      <description>&lt;p&gt;
A Boston Lisp Meeting will take place on
Monday, September 20th 2010 at 1800
at NEU WVH 366.
&lt;em&gt;&lt;b&gt;Hari Prashanth&lt;/b&gt;&lt;/em&gt; will speak about &lt;em&gt;Functional Data Structures for Typed Racket&lt;/em&gt;.
&lt;/p&gt;
&lt;p&gt;Additionally, we will have two Lightning Talks.
       
       Speakers to be announced.&lt;/p&gt;
&lt;a&gt;&lt;/a&gt;
&lt;b&gt;1 Hari Prashanth on Functional Data Structures for Typed Racket&lt;/b&gt;
&lt;p&gt;Scheme provides excellent language support
           for programming in a functional style,
           but little in the way of library support.
           In this talk, I present our experience developing
           a comprehensive library of functional data structures
           in Typed Racket a typed variant of Racket,
           which allows us to maintain the type invariants
           of the original definitions.&lt;/p&gt;

&lt;p&gt;Hari Prashanth is a Master's student at Northeastern University.
          He is working with Sam Tobin-Hochstadt for his thesis.
          His advisor is Matthias Felleisen.
          &lt;a href="http://www.ccs.neu.edu/home/krhari/"&gt;&lt;tt&gt;http://www.ccs.neu.edu/home/krhari/&lt;/tt&gt;&lt;/a&gt;&lt;/p&gt;
&lt;a&gt;&lt;/a&gt;
&lt;b&gt;2 Lightning Talks&lt;/b&gt;
&lt;p&gt;
At every meeting, before the main talk,
there are two slots for strictly timed 5-minute &amp;quot;Lightning Talks&amp;quot;
each followed by 2 minutes for questions and answers.
&lt;/p&gt;
&lt;p&gt;The slots for next meeting are still open.
Step up and come talk about your pet project!
Contact me at fare at tunes.org.&lt;/p&gt;
&lt;a&gt;&lt;/a&gt;
&lt;b&gt;3 Time and Location&lt;/b&gt;
&lt;p&gt;
&lt;b&gt;The Lisp Meeting will take place on
Monday, September 20th 2010 at 1800 (6pm)
at NEU WVH 366.&lt;/b&gt;
&lt;/p&gt;

&lt;p&gt;This is at
Northeastern University,
in the Computer Science building WVH (West Village H,
see &lt;a href="http://tmp.barzilay.org/wvh.jpg"&gt;&lt;tt&gt;http://tmp.barzilay.org/wvh.jpg&lt;/tt&gt;&lt;/a&gt; this picture)
when you arrive from the T
on Huntington Avenue near to Parker St
(Green E line, stop at Northeastern Station,
or possibly Museum of Fine Arts;
you can also walk from Ruggles on the Orange line).
As the number indicates, the room is on the third floor.
&lt;/p&gt;
&lt;p&gt;
Northeastern maps and direction:&lt;br /&gt;
&lt;a href="http://www.northeastern.edu/campusmap/maps.html"&gt;&lt;tt&gt;http://www.northeastern.edu/campusmap/maps.html&lt;/tt&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Many thanks go to Eli Barzilay for arranging for the room,
and to Northeastern University for welcoming us.
&lt;/p&gt;
&lt;a&gt;&lt;/a&gt;
&lt;b&gt;4 No Dinner&lt;/b&gt;
&lt;p&gt;
We haven't been able to renew sponsorship from our usual partners for 2010,
and are not planning to have after-meeting buffet anymore at this point.
An informal group will probably gather to have dinner
within walking distance of the venue.
&lt;/p&gt;
&lt;a&gt;&lt;/a&gt;
&lt;b&gt;5 More about the Meeting&lt;/b&gt;

&lt;p&gt;
The previous Boston Lisp Meeting on
Monday, July 26th 2010
had about  participants.
&lt;em&gt;&lt;b&gt;Slava Pestov&lt;/b&gt;&lt;/em&gt; spoke about &lt;em&gt;Factor: an interactive, dynamic, stack-based programming language&lt;/em&gt;.

&lt;a href="http://fare.livejournal.com/157280.html"&gt;&lt;tt&gt;http://fare.livejournal.com/157280.html&lt;/tt&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
We're always looking for more speakers.
The call for speakers and all the other details are at:
&lt;a
    href="http://fare.livejournal.com/120393.html"&gt;&lt;tt&gt;http://fare.livejournal.com/120393.html&lt;/tt&gt;&lt;/a&gt;
Volunteers to give Lightning Talks are also sought.
&lt;a href="http://fare.livejournal.com/143723.html"&gt;&lt;tt&gt;http://fare.livejournal.com/143723.html&lt;/tt&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
For more information, see our web site &lt;a
    href="http://boston-lisp.org/"&gt;&lt;tt&gt;http://boston-lisp.org/&lt;/tt&gt;&lt;/a&gt;
For posts related to the Boston Lisp meetings in general, follow this link:
&lt;a
    href="http://fare.livejournal.com/tag/boston-lisp-meeting"&gt;&lt;tt&gt;http://fare.livejournal.com/tag/boston-lisp-meeting&lt;/tt&gt;&lt;/a&gt;
or subscribe to our RSS feed:
&lt;a href="http://fare.livejournal.com/data/rss?tag=boston-lisp-meeting"&gt;&lt;tt&gt;http://fare.livejournal.com/data/rss?tag=boston-lisp-meeting&lt;/tt&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Please forward this information to people you think would be interested.
Please accept my apologies for your receiving this message multiple times.
My apologies if this announce gets posted to a list where it shouldn't,
or fails to get posted to a list where it should.
Feedback welcome by private email reply to fare at tunes.org.
&lt;/p&gt;</description>
      <pubDate>Wed, 25 Aug 2010 04:35:09 GMT</pubDate>
      <guid>http://fare.livejournal.com/158662.html</guid>
      <dc:date>2010-08-25T04:35:09Z</dc:date>
    </item>
    <item>
      <title>Make clones of applications on the web using Packta s new Ruby book</title>
      <link>http://www.topix.net/tech/lisp/2010/08/make-clones-of-applications-on-the-web-using-packta-s-new-ruby-book?fromrss=1</link>
      <description>&lt;p&gt;Written by Chang Sau Sheong , this book provides a step-by-step explanation on how the social networking applications are designed and deployed to the Heroku cloud platform.&lt;/p&gt;</description>
      <pubDate>Mon, 23 Aug 2010 07:31:19 GMT</pubDate>
      <guid>http://www.topix.net/tech/lisp/2010/08/make-clones-of-applications-on-the-web-using-packta-s-new-ruby-book?fromrss=1</guid>
      <dc:date>2010-08-23T07:31:19Z</dc:date>
    </item>
    <item>
      <title>Lispjobs: Lisp Rules! Developer, Raleigh, North Carolina</title>
      <link>http://lispjobs.wordpress.com/2010/08/22/lisp-rules-developer-raleigh-north-carolina/</link>
      <description>&lt;p&gt;&lt;a href="http://www.careerbuilder.com/JobSeeker/Jobs/JobDetails.aspx?ipath=EXIND&amp;amp;siteid=cbindeed&amp;amp;Job_DID=J3G3YP79M6G5G2HJBGD"&gt;LISP Rules Developer&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;The successful applicant will have expertise that will allow them to  collaborate in a technology rich environment. Additionally, the  candidate will be a &lt;strong&gt; strong Lisp developer &lt;/strong&gt;, with &lt;strong&gt; expert-level system &lt;/strong&gt; background.  Experience in the Health Insurance industry or other clinical background is preferred.&lt;/p&gt;&lt;/blockquote&gt;

&lt;br /&gt;
  &lt;a
  href="http://feeds.wordpress.com/1.0/gocomments/lispjobs.wordpress.com/537/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/comments/lispjobs.wordpress.com/537/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/godelicious/lispjobs.wordpress.com/537/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/delicious/lispjobs.wordpress.com/537/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/gofacebook/lispjobs.wordpress.com/537/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/facebook/lispjobs.wordpress.com/537/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/gotwitter/lispjobs.wordpress.com/537/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/twitter/lispjobs.wordpress.com/537/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/gostumble/lispjobs.wordpress.com/537/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/stumble/lispjobs.wordpress.com/537/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/godigg/lispjobs.wordpress.com/537/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/digg/lispjobs.wordpress.com/537/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/goreddit/lispjobs.wordpress.com/537/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/reddit/lispjobs.wordpress.com/537/" /&gt;&lt;/a&gt;
 &lt;img height="1"
  src="http://stats.wordpress.com/b.gif?host=lispjobs.wordpress.com&amp;amp;blog=504450&amp;amp;post=537&amp;amp;subd=lispjobs&amp;amp;ref=&amp;amp;feed=1" width="1" /&gt;</description>
      <pubDate>Sun, 22 Aug 2010 12:37:12 GMT</pubDate>
      <guid>http://lispjobs.wordpress.com/2010/08/22/lisp-rules-developer-raleigh-north-carolina/</guid>
      <dc:date>2010-08-22T12:37:12Z</dc:date>
    </item>
    <item>
      <title>Stu Halloway on Clojure</title>
      <link>http://www.topix.net/tech/lisp/2010/08/stu-halloway-on-clojure?fromrss=1</link>
      <description>&lt;p&gt;Submitted by Andrew Glover on Fri, 08/20/2010 - 10:26. Briefly, Clojure is a &amp;quot;dialect of Lisp&amp;quot; and &amp;quot;predominantly a functional programming language&amp;quot; and thus, has a lot of smart people excited.&lt;/p&gt;</description>
      <pubDate>Fri, 20 Aug 2010 18:30:22 GMT</pubDate>
      <guid>http://www.topix.net/tech/lisp/2010/08/stu-halloway-on-clojure?fromrss=1</guid>
      <dc:date>2010-08-20T18:30:22Z</dc:date>
    </item>
    <item>
      <title>Zach Beane: ILC'2010 - Highlights, and 2nd Call for Papers</title>
      <link>http://xach.livejournal.com/264631.html</link>
      <description>&lt;blockquote&gt;
&lt;p&gt;From: Jon L White&lt;br /&gt;
Subject: ILC'2010 - Highlights, and 2nd Call for Papers&lt;br /&gt;
Date: Thu, 19 Aug 2010 20:33:23 -0700

&lt;/p&gt;&lt;p&gt;With the usual apologies to those who receive multiple copies of this...
 
&lt;/p&gt;&lt;p&gt;&amp;nbsp; INTERNATIONAL LISP CONFERENCE 2010 - HIGHLIGHTS and CALL for PAPERS
 
&lt;/p&gt;Important Dates:

&lt;ul&gt; 
&lt;li&gt; Deadline for all submissions (FIRM): September 6, 2010
&lt;/li&gt;&lt;li&gt; Early registration: September 16, 2010
&lt;/li&gt;&lt;li&gt; Author notification: September 20, 2010
&lt;/li&gt;&lt;li&gt; Final paper due (in electronic form): October 5, 2010
&lt;/li&gt;&lt;li&gt; Conference: October 19-21, 2010
 &lt;/li&gt;&lt;/ul&gt;

Invited Speakers:

 
&lt;p&gt;We are proud to announce that, for the 2010 edition, we will have the
following invited talks:
 
&lt;ul&gt;
&lt;li&gt; Lawrence Hunter&lt;br /&gt;&amp;nbsp;
     Building a Mind for Life&lt;br /&gt;&lt;br /&gt;
 
&lt;/li&gt;&lt;li&gt; Jans Aasman&lt;br /&gt;&amp;nbsp;
     AllegroGraph and the Linked Open Data Cloud&lt;br /&gt;&lt;br /&gt;
 
&lt;/li&gt;&lt;li&gt; Marc Feeley&lt;br /&gt;&amp;nbsp;
     Gambit Scheme: Inside Out&lt;br /&gt;&lt;br /&gt;
 
&lt;/li&gt;&lt;li&gt; Peter Seibel&lt;br /&gt;&amp;nbsp;
     Common Lisp Standardization: The Good, the Bad, and the Ugly&lt;br /&gt;&lt;br /&gt;
 
&lt;/li&gt;&lt;li&gt; Don Syme&lt;br /&gt;&amp;nbsp;
     F#: Taking Succinct, Efficient, Typed Functional Programming
     into the Mainstream&lt;br /&gt;&lt;br /&gt;
 
&lt;/li&gt;&lt;li&gt; Lowel Hawkinson&lt;br /&gt;&amp;nbsp;
     Lisp for Breakthrough Products&lt;br /&gt;&lt;br /&gt;
 &lt;/li&gt;&lt;/ul&gt;

&lt;/p&gt;&lt;p&gt;More information about speakers and talks is available at
&lt;a
      href="http://www.international-lisp-conference.org/2010/speakers"&gt;http://www.international-lisp-conference.org/2010/speakers&lt;/a&gt;
 

&lt;/p&gt;Registration:
 
&lt;p&gt;Rates for Early Registration (before or on September 16, 2010)
 
&lt;/p&gt;&lt;p&gt;

 ALU member

&amp;nbsp; &amp;amp; ACM member      $355
&amp;nbsp; &amp;amp; ACM non member  $390
&amp;nbsp; &amp;amp; Student         $150

 
&lt;/p&gt;&lt;p&gt;
ALU Individual Sponsors
&amp;nbsp; &amp;amp; ACM member      $280
&amp;nbsp; &amp;amp; ACM non-member  $315
&amp;nbsp; &amp;amp; Student         n/a
 

&lt;/p&gt;&lt;p&gt;
non-member of ALU
&amp;nbsp; &amp;amp; ACM member      $430
&amp;nbsp; &amp;amp; ACM non-member  $465
&amp;nbsp; &amp;amp; Student         $165

 
&lt;/p&gt;&lt;p&gt;Rates for Late Registration (after September 16, 2010 &amp;amp; Onsite)
 
&lt;/p&gt;&lt;p&gt;

ALU member
&amp;nbsp; &amp;amp; ACM member      $440
&amp;nbsp; &amp;amp; ACM non member  $485
&amp;nbsp; &amp;amp; Student         $185

 
&lt;/p&gt;&lt;p&gt;

ALU Individual Sponsors
&amp;nbsp; &amp;amp; ACM member      $365
&amp;nbsp; &amp;amp; ACM non-member  $410
&amp;nbsp; &amp;amp; Student         n/a

 

&lt;/p&gt;&lt;p&gt;
non-member of ALU
&amp;nbsp; &amp;amp; ACM member      $515
&amp;nbsp; &amp;amp; ACM non-member  $560
&amp;nbsp; &amp;amp; Student         $200

 
&lt;/p&gt;&lt;p&gt;Due to colocation, registration must be done using ILC/SPLASH'10
unified registration forms available at &lt;a
      href="http://splashcon.org"&gt;http://splashcon.org&lt;/a&gt;
 
&lt;/p&gt;&lt;p&gt;Please note that the registration page (page 3) has the option &amp;quot;SPLASH
(OOPSLA/Onward!)&amp;quot; selected by default.  If you are only planning to
attend ILC, don't forget to deselect that option.
 

&lt;/p&gt;Travel and Accommodation:

 
&lt;p&gt;SouthWest Airlines offers low fares into Reno but requires booking
online at &lt;a
      href="http://www.southwest.com"&gt;www.southwest.com&lt;/a&gt;
 
&lt;/p&gt;&lt;p&gt;John Ascuaga's Nugget offers reduced rates for ILC participants.
Please, visit &lt;a
      href="http://splashcon.org"&gt;http://splashcon.org&lt;/a&gt; to obtain the group code.
 

&lt;/p&gt;Scope:

 
&lt;p&gt;Lisp is one of the greatest ideas from computer science and a major
influence for almost all programming languages and for all
sufficiently complex software applications.
 
&lt;/p&gt;&lt;p&gt;The International Lisp Conference is a forum for the discussion of
Lisp and, in particular, the design, implementation and application of
any of the Lisp dialects.  We encourage everyone interested in Lisp to
participate.
 
&lt;/p&gt;&lt;p&gt;We invite high quality submissions in all areas involving Lisp
dialects and any other languages in the Lisp family, including, but
not limited to, ACL2, AutoLisp, Clojure, Common Lisp, ECMAScript,
Dylan, Emacs Lisp, ISLISP, Racket, Scheme, etc.
 
&lt;/p&gt;&lt;p&gt;Topics may include any and all combinations of Lisp and:
 
&lt;ul&gt;
&lt;li&gt; Language design and implementation
&lt;/li&gt;&lt;li&gt; Language critique
&lt;/li&gt;&lt;li&gt; Language integration, inter-operation and deployment
&lt;/li&gt;&lt;li&gt; Applications (especially commercial)
&lt;/li&gt;&lt;li&gt; 'Pearls' (of wisdom)
&lt;/li&gt;&lt;li&gt; Experience reports and case studies
&lt;/li&gt;&lt;li&gt; Reflection, meta-object protocols, meta-programming
&lt;/li&gt;&lt;li&gt; Domain-specific languages
&lt;/li&gt;&lt;li&gt; Programming paradigms and environments
&lt;/li&gt;&lt;li&gt; Parallel and distributed computing
&lt;/li&gt;&lt;li&gt; Software evolution
&lt;/li&gt;&lt;li&gt; Theorem proving
&lt;/li&gt;&lt;li&gt; Scientific computing
&lt;/li&gt;&lt;li&gt; Data mining
&lt;/li&gt;&lt;li&gt; Semantic web
 &lt;/li&gt;&lt;/ul&gt;

&lt;/p&gt;&lt;p&gt;We also encourage submissions about known ideas as long as they are
presented in a new setting and/or in a highly elegant way.
 
&lt;/p&gt;&lt;p&gt;Authors concerned about the appropriateness of a topic may communicate
by electronic mail with the program chair prior to submission.
 
&lt;/p&gt;&lt;p&gt;Accepted papers will be published in the ACM Digital Library (PENDING).
 
&lt;/p&gt;&lt;p&gt;Papers must be written in English and submitted electronically at
&lt;a
      href="http://www.easychair.org/conferences?conf=ilc2010"&gt;http://www.easychair.org/conferences?conf=ilc2010&lt;/a&gt; in PDF or WORD
format.  Final submissions must not exceed 15 pages and need to use
the ACM format, for which templates can be found at:
&lt;a
      href="http://www.acm.org/sigs/pubs/proceed/template.html"&gt;http://www.acm.org/sigs/pubs/proceed/template.html&lt;/a&gt;.
 
&lt;/p&gt;&lt;p&gt;Each paper should explain its contributions in both general and
technical terms, identifying what has been accomplished, explaining
why it is significant, and comparing it with previous work. Authors
should strive to make their papers understandable to a broad audience.
Each paper will be judged according to its significance, novelty,
correctness, clarity, and elegance.
 
&lt;/p&gt;&lt;p&gt;The official language of the conference is English.  Some further
information is available at the conference web site, with more details
added later.  See: &lt;a
      href="http://www.international-lisp-conference.org"&gt;http://www.international-lisp-conference.org&lt;/a&gt;
 
&lt;/p&gt;Technical Program:

 
&lt;p&gt;Original submissions in all areas related to the conference themes are
invited for the following categories.
 
&lt;ul&gt;
&lt;li&gt; Papers: Technical papers of up to 15 pages that describe original
   results or explain known ideas in new and elegant ways.&lt;br /&gt;&lt;br /&gt;
 
&lt;/li&gt;&lt;li&gt; Demonstrations: Abstracts of up to 4 pages for demonstrations of
   tools, libraries, and applications.&lt;br /&gt;&lt;br /&gt;
 
&lt;/li&gt;&lt;li&gt; Tutorials: Abstracts of up to 4 pages for in-depth presentations
   about topics of special interest for at least 90 minutes and up to
   180 minutes.&lt;br /&gt;&lt;br /&gt;
 
&lt;/li&gt;&lt;li&gt; Workshops: Abstracts of up to 4 pages for groups of people who
   intend to work on a focused topic for half a day.&lt;br /&gt;&lt;br /&gt;
 
&lt;/li&gt;&lt;li&gt; Panel discussions: Abstracts of up to 4 pages for discussions about
   current themes. Panel discussion proposals must mention panel
   members who are willing to partake in a discussion.&lt;br /&gt;&lt;br /&gt;
 
&lt;/li&gt;&lt;li&gt; Lightning talks: Abstracts of up to one page for talks to last for
   no more than 5 minutes.
&lt;/li&gt;&lt;/ul&gt;
 
&lt;/p&gt;&lt;p&gt;Depending on the technical content, each submitted paper will be
classified by the program committee as either a technical paper or as
an experience paper; and authors will be informed about this
classification.  Note that all interesting submissions are considered
valuable contributions to the success of the ILC series of
conferences.  As in past ILC's since 2007, accepted papers in both
categories will be presented at the conference, included in the
proceedings, and submitted to the ACM digital library.
 

&lt;/p&gt;Organizing Committee:

&lt;ul&gt;
 
&lt;li&gt; General Chair:&lt;br /&gt;&amp;nbsp;
   JonL White - The Ginger IceCream Factory of Palo Alto, ALU&lt;br /&gt;
&lt;br /&gt; 
&lt;/li&gt;&lt;li&gt; Program Chair:&lt;br /&gt;&amp;nbsp;
   Antonio Leitao - Instituto Superior Tecnico/INESC-ID&lt;br /&gt;
 &lt;br /&gt;
&lt;/li&gt;&lt;li&gt; Conference Treasurer:&lt;br /&gt;&amp;nbsp;
   Duane Rettig - Franz, Inc., ALU Director&lt;br /&gt;
 &lt;br /&gt;
&lt;/li&gt;&lt;li&gt; Publicity Chair:&lt;br /&gt;&amp;nbsp;
   Daniel Herring - ALU Director&lt;br /&gt;
 &lt;br /&gt;
&lt;/li&gt;&lt;li&gt; ALU Treasurer:&lt;br /&gt;&amp;nbsp;
   Rusty Johnson - TASC, Inc., ALU Director&lt;br /&gt;
 &lt;/li&gt;&lt;/ul&gt;

Program Committee:

&lt;ul&gt; 
&lt;li&gt; Antonio Leitao - Instituto Superior Tecnico/INESC-ID, Portugal
&lt;/li&gt;&lt;li&gt; Alex Fukunaga - University of Tokyo, Japan
&lt;/li&gt;&lt;li&gt; Charlotte Herzeel - Vrije Universiteit Brussel, Belgium
&lt;/li&gt;&lt;li&gt; Christophe Rhodes - Goldsmiths College, University of London, UK
&lt;/li&gt;&lt;li&gt; Didier Verna - EPITA Research and Development Laboratory, France
&lt;/li&gt;&lt;li&gt; Duane Rettig - Franz, Inc., USA
&lt;/li&gt;&lt;li&gt; Giuseppe Attardi - University of Pisa, Italy
&lt;/li&gt;&lt;li&gt; Jeff Shrager - Symbolic Systems Program, Stanford University, USA
&lt;/li&gt;&lt;li&gt; Joe Marshall - Google, Inc., USA
&lt;/li&gt;&lt;li&gt; Julian Padget - University of Bath, UK
&lt;/li&gt;&lt;li&gt; Keith Corbett - Clozure Associates, USA
&lt;/li&gt;&lt;li&gt; Kent Pitman - PTC, USA
&lt;/li&gt;&lt;li&gt; Manuel Serrano - INRIA Sophia Antipolis, France
&lt;/li&gt;&lt;li&gt; Marc Feeley - University of Montreal, Canada
&lt;/li&gt;&lt;li&gt; Marie Beurton-Aimar University of Bordeaux 1, France
&lt;/li&gt;&lt;li&gt; Mark Stickel - SRI International, USA
&lt;/li&gt;&lt;li&gt; Matthias Felleisen - Northeastern University, USA
&lt;/li&gt;&lt;li&gt; Scott McKay - ITA Software, USA
 &lt;/li&gt;&lt;/ul&gt;

Contacts:

&lt;ul&gt; 
&lt;li&gt; Questions: ilc10-organizing-committee at alu.org&lt;br /&gt;
 
&lt;/li&gt;&lt;li&gt; Program Chair: ilc2010 at easychair.org&lt;br /&gt;
 &lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;For more information, see &lt;a href="http://www.international-lisp-conference.org"&gt;http://www.international-lisp-conference.org&lt;/a&gt;
&lt;/p&gt;&lt;/blockquote&gt;</description>
      <pubDate>Fri, 20 Aug 2010 10:39:53 GMT</pubDate>
      <guid>http://xach.livejournal.com/264631.html</guid>
      <dc:date>2010-08-20T10:39:53Z</dc:date>
    </item>
    <item>
      <title>Zach Beane: ANNC: MCLIDE 1.0b3 Mac IDE for SBCL</title>
      <link>http://xach.livejournal.com/264103.html</link>
      <description>&lt;p&gt;Here's an announcement from Terje Norderhaug:

&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;MCLIDE 1.0b3 is now available for SBCL.

&lt;/p&gt;&lt;p&gt;MCLIDE is a free open source Macintosh IDE for Lisp implementations on any platform, based on the mature IDE of Macintosh Common Lisp. You can use MCLIDE to develop on various lisp implementations whether they run on Mac, Windows or other operating systems, all from one development environment:

 &lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;a
      href="http://mclide.in-progress.com"&gt;http://mclide.in-progress.com&lt;/a&gt;

&lt;/p&gt;&lt;p&gt;The biggest news for the latest version of MCLIDE is support for
  the Clojure &amp;lt;&lt;a
      href="http://clojure.org"&gt;clojure.org&lt;/a&gt;&amp;gt; lisp dialect, including the new Clojure 1.2 released earlier today. Now you can use the same GUI based lisp development environment for Clojure as with SBCL and other lisps.

&lt;/p&gt;&lt;p&gt;Follow MCLIDE at &amp;lt;&lt;a href="http://www.twitter.com/mclide"&gt;http://www.twitter.com/mclide&lt;/a&gt;&amp;gt;.


&lt;/p&gt;&lt;p&gt;Terje Norderhaug
&lt;/p&gt;&lt;/blockquote&gt;</description>
      <pubDate>Thu, 19 Aug 2010 23:24:08 GMT</pubDate>
      <guid>http://xach.livejournal.com/264103.html</guid>
      <dc:date>2010-08-19T23:24:08Z</dc:date>
    </item>
    <item>
      <title>MULTILISP: a language for concurrent symbolic computation</title>
      <link>http://www.topix.net/tech/lisp/2010/08/multilisp-a-language-for-concurrent-symbolic-computation?fromrss=1</link>
      <description>&lt;p&gt;ACM Trans. Program. Lang. Syst. , Vol. 7, No. 4. , pp. 501-538. Posts Export Abstract Multilisp is a version of the Lisp dialect Scheme extended with constructs for parallel execution.&lt;/p&gt;</description>
      <pubDate>Thu, 19 Aug 2010 12:13:05 GMT</pubDate>
      <guid>http://www.topix.net/tech/lisp/2010/08/multilisp-a-language-for-concurrent-symbolic-computation?fromrss=1</guid>
      <dc:date>2010-08-19T12:13:05Z</dc:date>
    </item>
    <item>
      <title>Queue-based multi-processing LISP</title>
      <link>http://www.topix.net/tech/lisp/2010/08/queue-based-multi-processing-lisp?fromrss=1</link>
      <description>&lt;p&gt;In LFP '84: Proceedings of the 1984 ACM Symposium on LISP and functional programming , pp.&lt;/p&gt;</description>
      <pubDate>Thu, 19 Aug 2010 12:13:04 GMT</pubDate>
      <guid>http://www.topix.net/tech/lisp/2010/08/queue-based-multi-processing-lisp?fromrss=1</guid>
      <dc:date>2010-08-19T12:13:04Z</dc:date>
    </item>
    <item>
      <title>Blackthorn Starter Pack 2010-08-10</title>
      <link>http://www.topix.net/tech/lisp/2010/08/blackthorn-starter-pack-2010-08-10?fromrss=1</link>
      <description>&lt;p&gt;Start developing games using Blackthorn. Blackthorn Starter Pack gives you the possibility to start working with Blackthorn, a game engine written in Common Lisp.&lt;/p&gt;</description>
      <pubDate>Mon, 16 Aug 2010 18:15:11 GMT</pubDate>
      <guid>http://www.topix.net/tech/lisp/2010/08/blackthorn-starter-pack-2010-08-10?fromrss=1</guid>
      <dc:date>2010-08-16T18:15:11Z</dc:date>
    </item>
    <item>
      <title>Zach Beane: Quicklisp screencast</title>
      <link>http://xach.livejournal.com/263881.html</link>
      <description>&lt;p&gt;Want to see a video
  of &lt;a
    href="http://www.quicklisp.org/"&gt;Quicklisp&lt;/a&gt;, such as it is,
  in
  action? &lt;a href="http://twitter.com/quicklisp/status/21289288081"&gt;See
  the links in this tweet&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Mon, 16 Aug 2010 05:36:06 GMT</pubDate>
      <guid>http://xach.livejournal.com/263881.html</guid>
      <dc:date>2010-08-16T05:36:06Z</dc:date>
    </item>
    <item>
      <title>Vladimir Sedach: Input needed</title>
      <link>http://carcaddar.blogspot.com/2010/08/input-needed.html</link>
      <description>Recently I've been doing a major cleanup/arson of &lt;a href="http://www.cliki.net/"&gt;CLiki&lt;/a&gt;
. The cleanup effort was inspired by recurring comments on &lt;a href="http://news.ycombinator.com/"&gt;Hacker News&lt;/a&gt;
 of the form: &amp;quot;I didn't find Lisp libraries&amp;quot; or &amp;quot;I couldn't decide which libraries to use.&amp;quot; &lt;br /&gt;
&lt;br /&gt;

I would love for everyone to add a description of their Free Software Lisp libraries to CLiki with &lt;a href="http://www.cliki.net/ASDF-Install"&gt;ASDF-install&lt;/a&gt;

able tarballs and appropriate topic markers so libraries are easy to find and compare (maybe do it for &lt;a href="http://www.cl-user.net"&gt;cl-user.net&lt;/a&gt;
 first; I'm entertaining the idea of writing a scraper that would auto-generate new CLiki pages from cl-user.net entries). Currently this does not seem to be very realistic. &lt;br /&gt;
&lt;br /&gt;
Instead I'm going to ask people who read &lt;a href="http://planet.lisp.org/"&gt;Planet Lisp&lt;/a&gt;
 (where this blog is syndicated) to contribute to two specific tasks:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Go through the list of &lt;a
      href="http://www.cliki.net/Utilities"&gt;utilities&lt;/a&gt; packages on CLiki (add a CLiki entry with the *(utilities) tag for any utilities packages you know that aren't in the list) and add a description of what they contain to the package CLiki page.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Contribute to the &lt;a href="http://www.cliki.net/The%20Great%20Macro%20Debate"&gt;Great Macro Debate&lt;/a&gt; CLiki page.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;

Right now there are almost two dozen &amp;quot;utility&amp;quot; CL packages offering everything from my-defun*$%# to map-nthcadadar (that's a joke, but only a slight exaggeration). It's quite hard to decide what to choose why. To me &lt;a href="http://www.cliki.net/cl-utilities"&gt;cl-utilities&lt;/a&gt;

 seems to be the most sane package, but it hasn't had development since 2006 (maybe it doesn't need it?). Disclaimer: I use &lt;a href="http://www.cliki.net/kmrcl"&gt;kmrcl&lt;/a&gt;
 and &lt;a href="http://www.cliki.net/Anaphora"&gt;Anaphora&lt;/a&gt;
 in my software.&lt;br /&gt;
&lt;br /&gt;
The Great Macro Debate was a round-table at ILC 2009 that asked the unaskable: are macros evil? &lt;br /&gt;
&lt;br /&gt;

To most post-Y2K Lisp programmers (like me) this seemed ridiculous. We grew up on &lt;a href="http://4.bp.blogspot.com/_Wyx0KPrm0gg/TGiGXfrwdRI/AAAAAAAAANo/mDAfZ1JfTus/s1600/blubs.jpg"&gt;Paul Graham's kool-aid&lt;/a&gt;
. Macros are powerful, macros are awesome, they are special, don't use them when you can use a function, everything will be great. &lt;br /&gt;
&lt;br /&gt;
But then all these experienced Lisp programmers came out at ILC and said that macros are bad for software maintenance. How can this be? In the absence of concrete examples, the cognitive dissonance was too great. The only defense mechanism was to tell yourself &amp;quot;bad programmers don't understand macros&amp;quot; and move on.&lt;br /&gt;
&lt;br /&gt;

Two events changed my point of view. The first was encountering defclass* in a commercial project. The second was working with the &lt;a href="http://github.com/vii/teepeedee2/blob/master/src/io/recvbuf.lisp"&gt;TPD2 networking code and encountering my-defun&lt;/a&gt;
 (and you thought I was joking?). I came face-to-face with macros that made software maintenance hard.&lt;br /&gt;
&lt;br /&gt;
The point of the &lt;a href="http://www.cliki.net/The%20Great%20Macro%20Debate"&gt;Great Macro Debate&lt;/a&gt;
 CLiki page is to collect all relevant information as to &lt;em&gt;why&lt;/em&gt;

 to write macros. That information will then get distilled into a sort of macro style writing document, which will contain examples and recommendations of how to write relevant macros, and what kinds of macros not to write, to make software maintenance easier.&lt;div&gt;&lt;img
    height="1"
    src="https://blogger.googleusercontent.com/tracker/5728814948530385321-3091354391479705756?l=carcaddar.blogspot.com" width="1" /&gt;&lt;/div&gt;</description>
      <pubDate>Mon, 16 Aug 2010 00:52:00 GMT</pubDate>
      <guid>http://carcaddar.blogspot.com/2010/08/input-needed.html</guid>
      <dc:date>2010-08-16T00:52:00Z</dc:date>
    </item>
    <item>
      <title>Lispjobs: Lisp projects: Symbolic Space, NY and LA</title>
      <link>http://lispjobs.wordpress.com/2010/08/11/lisp-projects-symbolic-space-ny-and-la/</link>
      <description>Symbolic Space is hiring!
&lt;p&gt;Symbolic Space is a technology company in NY and LA specializing in cad/cam applications. We use Common Lisp extensively and are committed to its use and development. Many of the tools you would be working on will be open-sourced in the near future.&lt;/p&gt;

&lt;p&gt;Symbolic Space is looking for candidates to work on a project basis on the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Deftree: An MVC framework built on Hunchentoot with a hierarchical data model. This has some deep macrology that needs to be scrubbed and factored. JQuery experience is also helpful.&lt;/li&gt;
&lt;li&gt;Codename Faust: A Common Lisp implemented in Qt. This is a nascent project that is critical to Symbolic Space&amp;rsquo;s future. Developers experienced with both Common Lisp and Qt/C++ are required.&lt;/li&gt;
&lt;li&gt;Codename DCC: Digital asset generation technology for 3D content creation applications. Professional experience with Autodesk Maya or any CG industry experience is preferred.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please send CVs, links to websites, or anything else you deem relevant to jakekozinn (at) gmail (dot) com. Thanks!&lt;/p&gt;

&lt;br /&gt;
  &lt;a
  href="http://feeds.wordpress.com/1.0/gocomments/lispjobs.wordpress.com/532/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/comments/lispjobs.wordpress.com/532/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/godelicious/lispjobs.wordpress.com/532/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/delicious/lispjobs.wordpress.com/532/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/gofacebook/lispjobs.wordpress.com/532/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/facebook/lispjobs.wordpress.com/532/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/gotwitter/lispjobs.wordpress.com/532/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/twitter/lispjobs.wordpress.com/532/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/gostumble/lispjobs.wordpress.com/532/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/stumble/lispjobs.wordpress.com/532/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/godigg/lispjobs.wordpress.com/532/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/digg/lispjobs.wordpress.com/532/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/goreddit/lispjobs.wordpress.com/532/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/reddit/lispjobs.wordpress.com/532/" /&gt;&lt;/a&gt;
 &lt;img src="http://stats.wordpress.com/b.gif?host=lispjobs.wordpress.com&amp;amp;blog=504450&amp;amp;post=532&amp;amp;subd=lispjobs&amp;amp;ref=&amp;amp;feed=1" /&gt;</description>
      <pubDate>Wed, 11 Aug 2010 17:37:21 GMT</pubDate>
      <guid>http://lispjobs.wordpress.com/2010/08/11/lisp-projects-symbolic-space-ny-and-la/</guid>
      <dc:date>2010-08-11T17:37:21Z</dc:date>
    </item>
    <item>
      <title>Andreas Fuchs: Huge life changes ahead.</title>
      <link>http://boinkor.net/archives/2010/08/huge-life-changes-ahead.html</link>
      <description>&lt;p&gt;In October, I will be moving to California to work for a &lt;a href="http://franz.com/"&gt;hugely awesome lisp company&lt;/a&gt; there.&lt;/p&gt;


&lt;p&gt;Exciting and excellent times ahead, I&amp;rsquo;m sure!&lt;/p&gt;</description>
      <pubDate>Tue, 10 Aug 2010 22:09:39 GMT</pubDate>
      <guid>http://boinkor.net/archives/2010/08/huge-life-changes-ahead.html</guid>
      <dc:date>2010-08-10T22:09:39Z</dc:date>
    </item>
    <item>
      <title>Erik Winkels: ILGE 2010 Post-mortem: Engine Troubles over Tentacle Planet</title>
      <link>http://aerique.blogspot.com/2010/08/ilge-2010-post-mortem-engine-troubles.html</link>
      <description>Progress&lt;p&gt;I have made very little progress since the last report, mainly due to the little time that was available to me.  Only two things were done:&lt;/p&gt;
&lt;ol&gt;  &lt;li&gt;The source code was cleaned up a little.&lt;/li&gt;  &lt;li&gt;A windows binary was made (OpenGL only).&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;In the short term I will not work on ETOTP anymore but perhaps for ILGE 2011 or another challenge or expo I'll continue where I left off.&lt;/p&gt;

What Went Right&lt;ul&gt;  &lt;li&gt;Making wrapper functions in C for Ogre's C++ methods and adding them to ECL from C using ECL's API.  I used this approach because the inverse (making the C wrapper code from Lisp) gave me segmentation faults and didn't get me very far about 2 years ago.  (Note: this was using ECL functionality, not CFFI for which there's &lt;a href="http://github.com/aerique/okra"&gt;Okra&lt;/a&gt;.)&lt;/li&gt;  &lt;li&gt;Compiling a C program on both Linux and Windows that was (dynamically) linked to ECL, Ogre and OIS.  This C program can, for example, start a game right away and quit back to the OS but it can also provide a CL REPL (like ECL's si:toplevel) so one can interactively play with a 3D scene.  Since it's just a plain CL one can load extra packages and perhaps start Slime.&lt;/li&gt;&lt;/ul&gt;

What Went Wrong&lt;ul&gt;  &lt;li&gt;Compiling a statically linked binary on Linux.  This didn't go as easily as I had hoped and was starting to eat into my time budget.&lt;/li&gt;  &lt;li&gt;&lt;a
      href="http://www.ogre3d.org/docs/api/html/classOgre_1_1ManualObject.html"&gt;ManualObjects&lt;/a&gt; and shadows.  I had to resort to Ogre's &lt;a href="http://www.ogre3d.org/docs/api/html/classOgre_1_1SceneManager.html#a9d9c135f1e3fe85db6e1976f1df3fb35"&gt;prefab entities&lt;/a&gt; to get shadows working the way I wanted in the time that I had available.&lt;/li&gt;&lt;/ul&gt;
What I Learned&lt;ul&gt;  &lt;li&gt;ECL is a really good option for embedding a CL implementation in C(++) programs.  Juanjo has been working on ECL for years now and he's still going strong.  Questions on the mailing-list are generally answered within hours.&lt;/li&gt;  &lt;li&gt;One doesn't just add &amp;quot;-static&amp;quot; to a build rule and be done with it :-)&lt;/li&gt;  &lt;li&gt;Perlin noise is usable to animate objects with.  Definitely for prototyping since it's so easy and quick to implement.&lt;/li&gt;  &lt;li&gt;I should brush up on my maths.&lt;/li&gt;&lt;/ul&gt;

Source &amp;amp; Binary&lt;p&gt;The source code and the Windows binary are available here&lt;br /&gt;&lt;a href="http://www.aerique.net/software/etotp/"&gt;http://www.aerique.net/software/etotp/&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I have not given the source code its separate GitHub repository since it will be added to &lt;a href="http://github.com/aerique/okra"&gt;Okra&lt;/a&gt;.&lt;/p&gt;
Linux Dependencies&lt;p&gt;ECL (10.4.1) configured &amp;quot;&amp;ndash;with-cxx&amp;quot;.  (Feel free to try without it, I haven't.)&lt;/p&gt;
&lt;p&gt;Debian: libogre-dev libois-dev ogre-plugins-cgprogrammanager&lt;/p&gt;

Windows Dependencies&lt;p&gt;I develop on Linux but the build is checked and tested on Windows using &lt;a
    href="http://www.mingw.org/"&gt;MinGW&lt;/a&gt; and &lt;a
    href="http://www.mingw.org/wiki/MSYS"&gt;MSYS&lt;/a&gt;.  Either MSYS 1.10 or 1.11 was used, it doesn't really matter.  The MinGW release that was used is &lt;a href="http://tdm-gcc.tdragon.net/"&gt;TDM-GCC&lt;/a&gt; 4.4.1 but I see there's a 4.5.0 release out now.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://sourceforge.net/projects/ogre/files/ogre/1.6.1/OgreSDKSetup1.6.1_CBMingW.exe/download"&gt;Ogre SDK 1.6.1&lt;/a&gt; for MinGW (there's no later 1.6.x SDK for MinGW).  You can try the 1.7.x SDK for MinGW since the Ogre API is pretty stable, but I can make no guarantees that it will work.&lt;/p&gt;
&lt;div&gt;&lt;img height="1"
    src="https://blogger.googleusercontent.com/tracker/14701151-3103154186346574379?l=aerique.blogspot.com" width="1" /&gt;&lt;/div&gt;</description>
      <pubDate>Mon, 09 Aug 2010 12:41:00 GMT</pubDate>
      <guid>http://aerique.blogspot.com/2010/08/ilge-2010-post-mortem-engine-troubles.html</guid>
      <dc:date>2010-08-09T12:41:00Z</dc:date>
    </item>
    <item>
      <title>Tobias Rittweiler: What I'm up to lately</title>
      <link>http://trittweiler.blogspot.com/2010/08/what-im-up-to-lately.html</link>
      <description>Long time no update.&lt;br /&gt;
&lt;br /&gt;

For the last few months I've become rather silent not only on the planet.lisp blogosphere but pretty much on the whole Common Lisp open source world. The reason for that is that since the beginning of the year I've become proud part of a hot telecom startup. Right after having had a big rush to finish my &lt;a href="http://common-lisp.net/%7Etrittweiler/bachelor-thesis.pdf"&gt;bachelor thesis&lt;/a&gt;
 in one go.&lt;br /&gt;
&lt;br /&gt;
I've spent the last three months hacking in Malaysia, mostly in Kuala Lumpur, though sugared with occasional visits to tropical islands to keep sanity above a reasonable threshold. I now just arrived on the West coast of Sweden (reasonably close by to Gothenborg) where we're going to spend the next month at as we're told August to be lovely around there.&lt;br /&gt;
&lt;br /&gt;
You bet what we're hacking in. Yes, that's right, we're doing funky TCP/IP related optimization and analysis in that dead, slow language. And I can tell you it's marvellous! It's a whole different experience if you can just make use of the language without being constrained like you usually are when developing open source libraries. We don't have to try to keep the number of dependencies small. We don't have to care about package name collisions. For example, we have a package named FMT containing functions to be used in format strings via ~/FMT:FOO/. Common Lisp is definitively a very nice language for actual product development. And it shows that is has been used for that while it was designed.&lt;br /&gt;
&lt;br /&gt;

Of course, there's more that makes my time so incredibly marvellous: having pleasure to work with bright and, I think, famous guys, like that &lt;a href="http://fresh.homeunix.net/%7Eluke/misc/portugal.jpg"&gt;pseudo-german&lt;/a&gt;

 hacker poster boy Luke Gorrie, the omniscient Stelian Ionescu, homeless dude Ties Stuij of &lt;a href="http://stix.to/"&gt;stix.to&lt;/a&gt;

 fame, the Erlang celebrity Sean Hinde, business genius Jane Walerud, and &lt;a href="http://www.flickr.com/photos/klaus-harbo/452975484/"&gt;That Clever Statistics Guy&lt;/a&gt;
. Also seeing different parts of the world, meeting kind people of different cultures, and developing sellable products and thus having customers to care about.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/tiezemans/4822354771/#/photos/tiezemans/4822354771/lightbox/"&gt;Fun. &lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
Lots of it!&lt;div&gt;&lt;img height="1"
    src="https://blogger.googleusercontent.com/tracker/8255220546902369433-7004647767540924302?l=trittweiler.blogspot.com" width="1" /&gt;&lt;/div&gt;</description>
      <pubDate>Sun, 08 Aug 2010 13:15:00 GMT</pubDate>
      <guid>http://trittweiler.blogspot.com/2010/08/what-im-up-to-lately.html</guid>
      <dc:date>2010-08-08T13:15:00Z</dc:date>
    </item>
    <item>
      <title>Lispjobs: Java/SQL/LISP - Senior Ontologist/Modeler  (New York)</title>
      <link>http://lispjobs.wordpress.com/2010/08/06/javasqllisp-senior-ontologistmodeler-new-york/</link>
      <description>&lt;p&gt;The candidate will be a senior technical ontologist/modeler acting in the  lead role for the Core Services and Infrastructure Team within the  Sales Technology organization.  This individual will be responsible for  modeling financial products and writing code to deal with the  categorization of financial data.&lt;/p&gt;

&lt;div&gt;
Read more: &lt;a href="http://newyork.ebayclassifieds.com/it-software-development/new-york/java-sql-lisp-senior-ontologist-modeler/?ad=5084347&amp;amp;mpch=ads#ixzz0vpRjhEcy"&gt;http://newyork.ebayclassifieds.com/it-software-development/new-york/java-sql-lisp-senior-ontologist-modeler/?ad=5084347&amp;amp;mpch=ads#ixzz0vpRjhEcy&lt;/a&gt;&lt;/div&gt;

&lt;br /&gt;
  &lt;a
  href="http://feeds.wordpress.com/1.0/gocomments/lispjobs.wordpress.com/530/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/comments/lispjobs.wordpress.com/530/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/godelicious/lispjobs.wordpress.com/530/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/delicious/lispjobs.wordpress.com/530/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/gostumble/lispjobs.wordpress.com/530/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/stumble/lispjobs.wordpress.com/530/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/godigg/lispjobs.wordpress.com/530/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/digg/lispjobs.wordpress.com/530/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/goreddit/lispjobs.wordpress.com/530/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/reddit/lispjobs.wordpress.com/530/" /&gt;&lt;/a&gt;
 &lt;img src="http://stats.wordpress.com/b.gif?host=lispjobs.wordpress.com&amp;amp;blog=504450&amp;amp;post=530&amp;amp;subd=lispjobs&amp;amp;ref=&amp;amp;feed=1" /&gt;</description>
      <pubDate>Fri, 06 Aug 2010 12:36:35 GMT</pubDate>
      <guid>http://lispjobs.wordpress.com/2010/08/06/javasqllisp-senior-ontologistmodeler-new-york/</guid>
      <dc:date>2010-08-06T12:36:35Z</dc:date>
    </item>
    <item>
      <title>Zach Beane: Tim Daly on Lisp</title>
      <link>http://xach.livejournal.com/262883.html</link>
      <description>&lt;p&gt;&lt;a href="http://article.gmane.org/gmane.comp.java.clojure.user/34269"&gt;Tim
    Daly writes about writing big Lisp applications&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Aug 2010 12:07:18 GMT</pubDate>
      <guid>http://xach.livejournal.com/262883.html</guid>
      <dc:date>2010-08-06T12:07:18Z</dc:date>
    </item>
    <item>
      <title>Here are some scientific</title>
      <link>http://www.topix.net/tech/lisp/2010/08/here-are-some-scientific?fromrss=1</link>
      <description>&lt;p&gt;Using Bayesian statistics to detect an e-mail's spamminess. Most people are spending significant time daily on the task of distinguishing spam from useful e-mail. I don't think I'm alone in feeling that we have better things to do.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Aug 2010 05:13:12 GMT</pubDate>
      <guid>http://www.topix.net/tech/lisp/2010/08/here-are-some-scientific?fromrss=1</guid>
      <dc:date>2010-08-06T05:13:12Z</dc:date>
    </item>
    <item>
      <title>David Weinberger has flat feet: Programming</title>
      <link>http://www.topix.net/tech/lisp/2010/08/david-weinberger-has-flat-feet-programming?fromrss=1</link>
      <description>&lt;p&gt;Welcome! If you're interested in the same kind of things I am, consider adding this site to your favorites, or better yet, you may want to subscribe to my RSS feed .&lt;/p&gt;</description>
      <pubDate>Thu, 05 Aug 2010 18:43:45 GMT</pubDate>
      <guid>http://www.topix.net/tech/lisp/2010/08/david-weinberger-has-flat-feet-programming?fromrss=1</guid>
      <dc:date>2010-08-05T18:43:45Z</dc:date>
    </item>
    <item>
      <title>Patrick Stein: Find the People:  Lisp Programming Contest sponsored by TC Lispers</title>
      <link>http://nklein.com/2010/07/find-the-people/</link>
      <description>&lt;p&gt;Your Lisp program will be given two input images from the same web cam.  The first image will contain zero people, the second image will contain at least one person.&lt;/p&gt;

&lt;p&gt;Your program&amp;rsquo;s goal is to find the people.  You will get points for emitting the pixel coordinates of a pixel inside a person.  You&amp;rsquo;ll get bonus points if it&amp;rsquo;s a head pixel.  Be careful, though.  You&amp;rsquo;ll lose points for emitting more than one pixel per person.&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;Deadline:  September 19th.&lt;/li&gt;
&lt;li&gt;Target Platform:  SBCL or Clozure under Mac OS X (10.6.4).&lt;/li&gt;
&lt;li&gt;Prizes for:  Tournament winner, Prettiest code&lt;/li&gt;
&lt;li&gt;Full Details:  &lt;a href="http://tclispers.org/contest-find-the-people"&gt;http://tclispers.org/contest-find-the-people&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
      <pubDate>Sun, 01 Aug 2010 00:27:32 GMT</pubDate>
      <guid>http://nklein.com/2010/07/find-the-people/</guid>
      <dc:date>2010-08-01T00:27:32Z</dc:date>
    </item>
    <item>
      <title>10 Experimental PHP Projects Pushing the Envelope</title>
      <link>http://www.topix.net/tech/lisp/2010/07/10-experimental-php-projects-pushing-the-envelope?fromrss=1</link>
      <description>&lt;p&gt;&amp;quot;As the saying goes, &amp;quot;Just because you can do something doesn't mean you should.&amp;quot; But in the world of programming, stretching boundaries is just part of the fun.&lt;/p&gt;</description>
      <pubDate>Sat, 31 Jul 2010 20:25:11 GMT</pubDate>
      <guid>http://www.topix.net/tech/lisp/2010/07/10-experimental-php-projects-pushing-the-envelope?fromrss=1</guid>
      <dc:date>2010-07-31T20:25:11Z</dc:date>
    </item>
    <item>
      <title>Lispjobs: Clojure at Runa, San Francisco</title>
      <link>http://lispjobs.wordpress.com/2010/07/30/clojure-at-runa-san-francisco/</link>
      <description>&lt;p&gt;&lt;a href="http://www.linkedin.com/jobs?viewJob=&amp;amp;jobId=1048726&amp;amp;trk=indeed"&gt;Runa&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
  &lt;a
  href="http://feeds.wordpress.com/1.0/gocomments/lispjobs.wordpress.com/525/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/comments/lispjobs.wordpress.com/525/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/godelicious/lispjobs.wordpress.com/525/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/delicious/lispjobs.wordpress.com/525/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/gostumble/lispjobs.wordpress.com/525/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/stumble/lispjobs.wordpress.com/525/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/godigg/lispjobs.wordpress.com/525/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/digg/lispjobs.wordpress.com/525/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/goreddit/lispjobs.wordpress.com/525/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/reddit/lispjobs.wordpress.com/525/" /&gt;&lt;/a&gt;
 &lt;img src="http://stats.wordpress.com/b.gif?host=lispjobs.wordpress.com&amp;amp;blog=504450&amp;amp;post=525&amp;amp;subd=lispjobs&amp;amp;ref=&amp;amp;feed=1" /&gt;</description>
      <pubDate>Fri, 30 Jul 2010 19:13:27 GMT</pubDate>
      <guid>http://lispjobs.wordpress.com/2010/07/30/clojure-at-runa-san-francisco/</guid>
      <dc:date>2010-07-30T19:13:27Z</dc:date>
    </item>
    <item>
      <title>Demonstrating multi-processing in Bash 4</title>
      <link>http://www.topix.net/tech/lisp/2010/07/demonstrating-multi-processing-in-bash-4?fromrss=1</link>
      <description>&lt;p&gt;&amp;quot;I have an on-going project, to code the Collatz sequence in as many languages as I can.&lt;/p&gt;</description>
      <pubDate>Thu, 29 Jul 2010 18:55:13 GMT</pubDate>
      <guid>http://www.topix.net/tech/lisp/2010/07/demonstrating-multi-processing-in-bash-4?fromrss=1</guid>
      <dc:date>2010-07-29T18:55:13Z</dc:date>
    </item>
    <item>
      <title>Zach Beane: Quicklispin'</title>
      <link>http://xach.livejournal.com/262014.html</link>
      <description>Couldn't make last night's Boston Lisp Meeting? No problem! I put my &lt;a href="http://github.com/quicklisp/boston-lisp-meeting/raw/master/blm-lightning-talk.pdf"&gt;Quicklisp lightning talk slides&lt;/a&gt;
 online.</description>
      <pubDate>Wed, 28 Jul 2010 01:48:15 GMT</pubDate>
      <guid>http://xach.livejournal.com/262014.html</guid>
      <dc:date>2010-07-28T01:48:15Z</dc:date>
    </item>
    <item>
      <title>Writing GNU Emacs Extensions</title>
      <link>http://www.topix.net/tech/lisp/2010/07/writing-gnu-emacs-extensions?fromrss=1</link>
      <description>&lt;p&gt;This book introduces Emacs Lisp and tells you how to make the editor do whatever you want, whether it's altering the way text scrolls or inventing a whole new &amp;quot;major mode.&amp;quot; Topics progress from simple to complex, from lists, symbols, and keyboard commands to syntax tables, macro templates, and error recovery.&lt;/p&gt;</description>
      <pubDate>Tue, 27 Jul 2010 21:31:02 GMT</pubDate>
      <guid>http://www.topix.net/tech/lisp/2010/07/writing-gnu-emacs-extensions?fromrss=1</guid>
      <dc:date>2010-07-27T21:31:02Z</dc:date>
    </item>
    <item>
      <title>Zach Beane: Try ParenScript</title>
      <link>http://xach.livejournal.com/261838.html</link>
      <description>&lt;p&gt;Nick Fitzgerald has set up &lt;a
    href="http://tryparenscript.com/"&gt;a
    site where you can mess around with ParenScript&lt;/a&gt; in your
    browser. &lt;a href="http://common-lisp.net/pipermail/parenscript-devel/2010-July/000834.html"&gt;Here's
    his announcement&lt;/a&gt;.

&lt;/p&gt;
&lt;p&gt;(Thanks, arvid at &lt;a href="http://reddit.com/r/lisp/"&gt;lisp
    reddit&lt;/a&gt;!)&lt;/p&gt;</description>
      <pubDate>Fri, 23 Jul 2010 14:33:30 GMT</pubDate>
      <guid>http://xach.livejournal.com/261838.html</guid>
      <dc:date>2010-07-23T14:33:30Z</dc:date>
    </item>
    <item>
      <title>Erik Winkels: ILGE 2010: Engine Troubles over Tentacle Planet, part 2</title>
      <link>http://aerique.blogspot.com/2010/07/ilge-2010-engine-troubles-over-tentacle_22.html</link>
      <description>1 Progress&lt;p&gt;Since the last report I've added: a controllable spaceship, bullets, tentacles and I made an unsuccessful attempt at producing a Linux binary.&lt;/p&gt;
&lt;p&gt;For the controls I use the &lt;a
    href="http://sourceforge.net/projects/wgoi/"&gt;OIS&lt;/a&gt; library. I was already familiar with this due to my &lt;a href="http://github.com/aerique/clois-lane"&gt;clois-lane&lt;/a&gt; library.  The controls work but don't feel quite right yet and need some minor adjustments.&lt;/p&gt;
&lt;p&gt;Adding bullets was straightforward.  The most time was put into the tentacles and the attempt at making a statically linked Linux binary.&lt;/p&gt;
&lt;p&gt;The tentacles are Ogre &lt;a
    href="http://www.ogre3d.org/docs/api/html/classOgre_1_1SceneManager.html#a9d9c135f1e3fe85db6e1976f1df3fb35"&gt;prefab cubes&lt;/a&gt; plot along a &lt;a href="http://en.wikipedia.org/wiki/B%C3%A9zier_curve"&gt;B&amp;eacute;zier curve&lt;/a&gt;.  The P1 and P2 control points and the P3 end point are assigned a new x,y,z coordinate each frame.  This coordinate is picked by walking through 3D Perlin noise with a random movement vector for each point.  (The vector was created randomly at creation time, it's stays the same from frame to frame.)&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;The code is a huge mess by now and it is getting in the way.  Next priority should be a clean-up.&lt;/p&gt;
2 To Do &lt;ul&gt;&lt;li&gt;&lt;b&gt;[X]&lt;/b&gt; rolling terrain &lt;i&gt;(high)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;[X]&lt;/b&gt; controllable spaceship &lt;i&gt;(high)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;[X]&lt;/b&gt; improve controls &lt;i&gt;(low)&lt;/i&gt;: The controls aren't quite there yet,especially moving left and right.&lt;/li&gt;&lt;li&gt;&lt;b&gt;[X]&lt;/b&gt; bullets &lt;i&gt;(high)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;[X]&lt;/b&gt; cmake file &lt;i&gt;(low)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;[X]&lt;/b&gt; basic tentacles &lt;i&gt;(high)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;[X]&lt;/b&gt; shootable tentacles &lt;i&gt;(high)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;[X]&lt;/b&gt; collision detection: spaceship vs terrain &lt;i&gt;(high)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;[X]&lt;/b&gt; collision detection: spaceship vs all other entities &lt;i&gt;(high)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;[X]&lt;/b&gt; tentacles that shoot small spores &lt;i&gt;(medium)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;[X]&lt;/b&gt; roaming (bigger) spores that attack the player &lt;i&gt;(medium)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;[X]&lt;/b&gt; some minor GUI elements showing the score, highscore and FPS. &lt;i&gt;(high)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;[X]&lt;/b&gt; make binary release for Windows &lt;i&gt;(medium)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;[X]&lt;/b&gt; spaceship needs to cast a shadow in the terrain to judge heights&lt;i&gt;(high)&lt;/i&gt;: Solved this by using prefab entities instead of a manual object.&lt;/li&gt;&lt;li&gt;&lt;b&gt;canceled:&lt;/b&gt; make binary release for Linux &lt;i&gt;(high)&lt;/i&gt;: This is just too much of a hassle.  The Ogre package for Debian didn't come with static libraries and compiling it myself with &amp;quot;&amp;ndash;disable-shared &amp;ndash;enable-static&amp;quot; didn't produce them either so this is going to take too much time.&lt;br /&gt;Eventually I managed to build static Ogre libraries but ran into other problems when compiling with &amp;quot;-static&amp;quot;.  Statically compiling is something I have no experience with and this looks like it is going to take too much time for the ILGE 2010.&lt;br /&gt;For Linux it seems distribution by deb and rpm packages will be the best solution.  (What a revelation!)&lt;/li&gt;&lt;/ul&gt;

3 Source&lt;p&gt;The code for the latest version isn't available yet since it is a horrible mess.  Keep watching &lt;a href="http://www.aerique.net/software/etotp/"&gt;http://www.aerique.net/software/etotp/&lt;/a&gt; (not up yet) if you're interested.&lt;/p&gt;
3.1 Linux Dependencies&lt;p&gt;ECL (10.4.1) configured &amp;quot;&amp;ndash;with-cxx&amp;quot;.  (Feel free to try without it, I haven't.)&lt;/p&gt;
&lt;p&gt;Debian: libogre-dev libois-dev ogre-plugins-cgprogrammanager&lt;/p&gt;
&lt;div&gt;&lt;img height="1"
    src="https://blogger.googleusercontent.com/tracker/14701151-9206035938656970560?l=aerique.blogspot.com" width="1" /&gt;&lt;/div&gt;</description>
      <pubDate>Thu, 22 Jul 2010 21:31:00 GMT</pubDate>
      <guid>http://aerique.blogspot.com/2010/07/ilge-2010-engine-troubles-over-tentacle_22.html</guid>
      <dc:date>2010-07-22T21:31:00Z</dc:date>
    </item>
    <item>
      <title>Clozure CL Blog: Preliminary Windows GUI support via Cocotron</title>
      <link>http://ccl.clozure.com/blog/?p=96</link>
      <description>&lt;div&gt;CCL on 32-bit Windows platforms now includes experimental support  for the Cocoa frameworks using the Cocotron open  source project. &amp;nbsp;For details on Cocotron, see&amp;nbsp;&lt;a href="http://www.cocotron.org/"&gt;http://www.cocotron.org&lt;/a&gt;&lt;/div&gt;

&lt;div&gt;This support  is only available in the trunk.&lt;/div&gt;

&lt;div&gt;CCL provides a  pre-built set of DLLs for Cocotron&amp;rsquo;s Foundation  and AppKit frameworks but, as this support is still experimental, you  must explicitly checkout these files into your CCL installation. &amp;nbsp;To do  so, execute the command line&lt;/div&gt;

svn checkout&amp;nbsp;http://svn.clozure.com/publicsvn/openmcl/trunk/aux/cocotron/win32/cocotron
&lt;div&gt;in  the directory where you have installed CCL (i.e., in the directory containing&amp;nbsp;wx86cl.exe).&lt;/div&gt;

&lt;div&gt;Once  you have checked out the DLLs (and supporting files), you load Cocotron just as you do Cocoa on the Mac. &amp;nbsp;In other  words, evaluate the form&lt;/div&gt;

  (require  &amp;quot;COCOA&amp;quot;)
&lt;div&gt;in CCL which will load the Cocotron&amp;rsquo;s Foundation and AppKit frameworks and start  the CCL IDE. &amp;nbsp;You can also evaluate the form&lt;/div&gt;

  (require &amp;quot;COCOA-APPLICATION&amp;quot;)
&lt;div&gt;to  build a standalone copy of the CCL IDE.&lt;/div&gt;

&lt;div&gt;You  can also build standalone Cocoa applications on Windows using&amp;nbsp;build-application as you do today on Mac OS X.&lt;/div&gt;

&lt;div&gt;As  noted before, this support is experimental.&lt;/div&gt;

&lt;div&gt;While  the IDE runs, it is not yet stable enough to use for actual development  on Windows. &amp;nbsp;Use it at your own risk.&lt;/div&gt;


&lt;div&gt;Cocotron is a work in progress. &amp;nbsp;It does not yet  implement the entire set of APIs defined by Apple. &amp;nbsp;It also has bugs. If  you run into problems, you may want to try to create a simple  Objective-C program to see if you can reproduce the problem without CCL.  &amp;nbsp;If the problem is reproducible, please report the problem to the Cocotron developers at &lt;a href="http://code.google.com/p/cocotron/issues/list"&gt;http://code.google.com/p/cocotron/issues/list&lt;/a&gt;.&lt;/div&gt;</description>
      <pubDate>Wed, 21 Jul 2010 21:17:26 GMT</pubDate>
      <guid>http://ccl.clozure.com/blog/?p=96</guid>
      <dc:date>2010-07-21T21:17:26Z</dc:date>
    </item>
    <item>
      <title>oldrunner 20100717</title>
      <link>http://www.topix.net/tech/lisp/2010/07/oldrunner-20100717?fromrss=1</link>
      <description>&lt;p&gt;Oldrunner is a remake of Broderbund's Loderunner which contains the 150 original game levels.&lt;/p&gt;</description>
      <pubDate>Mon, 19 Jul 2010 00:20:51 GMT</pubDate>
      <guid>http://www.topix.net/tech/lisp/2010/07/oldrunner-20100717?fromrss=1</guid>
      <dc:date>2010-07-19T00:20:51Z</dc:date>
    </item>
    <item>
      <title>Vladimir Sedach: Put JavaScript in your Lisp and Emacs in your JavaScript</title>
      <link>http://carcaddar.blogspot.com/2010/07/put-javascript-in-your-lisp-and-emacs.html</link>
      <description>This month, &lt;a href="http://github.com/gonzojive"&gt;Red Daly&lt;/a&gt;
 &lt;a href="http://common-lisp.net/pipermail/parenscript-devel/2010-July/000820.html"&gt;announced&lt;/a&gt;
 &lt;a href="http://github.com/gonzojive/cl-spidermonkey"&gt;cl-spidermonkey&lt;/a&gt;
, a set of Common Lisp bindings to Mozilla's SpiderMonkey JavaScript implementation.&lt;br /&gt;
&lt;br /&gt;
Not long after that, I learned about &lt;a href="http://marijn.haverbeke.nl/"&gt;Marijn Haverbeke&lt;/a&gt;
, &lt;a href="http://svrg.net/"&gt;Alan Pavičić, and Iva Jurišić&lt;/a&gt;
's &lt;a href="http://github.com/akapav/js"&gt;CL-JavaScript&lt;/a&gt;
 JS to CL compiler. Apparently it's already &lt;a href="http://twitter.com/marijnjh/status/18682548562"&gt;faster than SpiderMonkey&lt;/a&gt;
.&lt;br /&gt;
&lt;br /&gt;
Not content with just having JS in CL, Red Daly also has a version of &lt;a href="http://common-lisp.net/project/slime/"&gt;SLIME&lt;/a&gt;

 that integrates Parenscript to provide things like symbol completion (get it on github: &lt;a href="http://github.com/gonzojive/slime"&gt;http://github.com/gonzojive/slime&lt;/a&gt;
).&lt;br /&gt;
&lt;br /&gt;
A little while later another surprising discovery occurred: a certain &lt;a href="http://3bb.cc/blog/"&gt;3b&lt;/a&gt;
 hacked up a &lt;a href="http://github.com/3b/slime-proxy"&gt;SLIME proxy&lt;/a&gt;
 and a &lt;a href="http://github.com/3b/parenscript"&gt;fork of Parenscript&lt;/a&gt;

 that lets you run a SLIME/Parenscript REPL in a browser using WebSockets. Apparently this all happened in a couple of days as part of the  &lt;a href="http://dto.github.com/notebook/lgdc.html"&gt;The 2010 Lisp Game Design Challenge&lt;/a&gt;
.&lt;br /&gt;
&lt;br /&gt;
Unrelated but still cool, 3b also wrote a &lt;a href="http://github.com/3b/3bil"&gt;CL to Flash bytecode compiler&lt;/a&gt;
.&lt;div&gt;&lt;img height="1"
    src="https://blogger.googleusercontent.com/tracker/5728814948530385321-5188572510650796831?l=carcaddar.blogspot.com" width="1" /&gt;&lt;/div&gt;</description>
      <pubDate>Sun, 18 Jul 2010 21:06:00 GMT</pubDate>
      <guid>http://carcaddar.blogspot.com/2010/07/put-javascript-in-your-lisp-and-emacs.html</guid>
      <dc:date>2010-07-18T21:06:00Z</dc:date>
    </item>
    <item>
      <title>Lispjobs: Ghent University, Clojure</title>
      <link>http://lispjobs.wordpress.com/2010/07/16/ghent-university-clojure/</link>
      <description>&lt;p&gt;We have a interesting job opening for a developer on site at Ghent University Library (Belgium) for 13 months. You&amp;rsquo;ll join our team to&amp;nbsp;participate in creating a image search engine for high resolution scans of old manuscripts. Experience with&amp;nbsp;Java/Clojure is very welcome. Like to learn djatoka,imageio, clojure, solr, couchdb? Please contact us.&lt;/p&gt;

&lt;p&gt;Job description (in Dutch):&lt;br /&gt;
&lt;a href="http://www.ugent.be/nl/nieuwsagenda/vacatures/atp/contract-tijdelijk/ivh"&gt;http://www.ugent.be/nl/nieuwsagenda/vacatures/atp/contract-tijdelijk/ivh&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
  &lt;a
  href="http://feeds.wordpress.com/1.0/gocomments/lispjobs.wordpress.com/521/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/comments/lispjobs.wordpress.com/521/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/godelicious/lispjobs.wordpress.com/521/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/delicious/lispjobs.wordpress.com/521/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/gostumble/lispjobs.wordpress.com/521/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/stumble/lispjobs.wordpress.com/521/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/godigg/lispjobs.wordpress.com/521/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/digg/lispjobs.wordpress.com/521/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/goreddit/lispjobs.wordpress.com/521/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/reddit/lispjobs.wordpress.com/521/" /&gt;&lt;/a&gt;
 &lt;img src="http://stats.wordpress.com/b.gif?host=lispjobs.wordpress.com&amp;amp;blog=504450&amp;amp;post=521&amp;amp;subd=lispjobs&amp;amp;ref=&amp;amp;feed=1" /&gt;</description>
      <pubDate>Fri, 16 Jul 2010 19:01:31 GMT</pubDate>
      <guid>http://lispjobs.wordpress.com/2010/07/16/ghent-university-clojure/</guid>
      <dc:date>2010-07-16T19:01:31Z</dc:date>
    </item>
    <item>
      <title>ABCL Dev: URI Pathnames</title>
      <link>http://abcl-dev.blogspot.com/2010/07/uri-pathnames.html</link>
      <description>Among other goodies, ABCL-0.20 includes good support for using URI resources as arguments to about any function you would specify a filepath.  Any builtin scheme like &amp;quot;http&amp;quot; or &amp;quot;file&amp;quot; or &amp;quot;jar&amp;quot; works as a full-on Lisp Pathname, with the caveat that one may not write to an associated Stream.  We should be generic enough in implementation that the JVM extension mechanism for extending the classloader works for us for the most common use case, OSGi.&lt;br /&gt;
&lt;br /&gt;
We pick up the ability to refer to URI, associating an input Stream with a source of lines easily as the following one-liner&lt;br /&gt;
&lt;br /&gt;
CL-USER&amp;gt; (with-open-file (stream #p&amp;quot;http://google.com/index.html&amp;quot;)&lt;br /&gt;
                       (format nil &amp;quot;~A&amp;quot; (read-line stream nil)))&lt;br /&gt;
&lt;br /&gt;
Underneath we have implemented a new subtype of PATHNAME, namely the type URL-PATHNAME.  We name this URL as opposed to URI as the underlying Java object is a java.net.URL with associated java.net.URLConnection that we'll be relying on for input sources.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CL-USER&amp;gt; (apropos (type-of #p&amp;quot;http://google.com/index.html&amp;quot;))&lt;br /&gt;
EXTENSIONS::SET-URL-PATHNAME-SCHEME (fbound)&lt;br /&gt;
EXTENSIONS::SET-URL-PATHNAME-AUTHORITY (fbound)&lt;br /&gt;
EXTENSIONS::SET-URL-PATHNAME-QUERY (fbound)&lt;br /&gt;
EXTENSIONS::SET-URL-PATHNAME-FRAGMENT (fbound)&lt;br /&gt;
URL-PATHNAME&lt;br /&gt;
URL-PATHNAME-AUTHORITY (fbound)&lt;br /&gt;
URL-PATHNAME-SCHEME (fbound)&lt;br /&gt;
URL-PATHNAME-FRAGMENT (fbound)&lt;br /&gt;
URL-PATHNAME-QUERY (fbound)&lt;br /&gt;
; No value&lt;br /&gt;
CL-USER&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The PATHNAME class now has two &amp;quot;beyond ANSI&amp;quot; subtypes: URL-PATHNAME and JAR-PATHNAME. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[We analyzed the CL4J technical paper, but decided not to use their abstractions as detailed  on armedbear-devel]]&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;img height="1"
    src="https://blogger.googleusercontent.com/tracker/4235439971837126416-6104077925537574503?l=abcl-dev.blogspot.com" width="1" /&gt;&lt;/div&gt;</description>
      <pubDate>Sun, 11 Jul 2010 21:32:00 GMT</pubDate>
      <guid>http://abcl-dev.blogspot.com/2010/07/uri-pathnames.html</guid>
      <dc:date>2010-07-11T21:32:00Z</dc:date>
    </item>
    <item>
      <title>ECL News: ECL in Apache: mod_ecl</title>
      <link>http://sourceforge.net/news/?group_id=30035&amp;id=289084</link>
      <description>Louis H&amp;ouml;fler has created a very interesting project: a module that allows you to execute Common Lisp in your Apache web server, much like PHP and perl modules I assume&lt;br /&gt;
&lt;br /&gt;
The first version of the module is available here&lt;br /&gt;
&lt;a href="https://sourceforge.net/projects/mod-ecl/files/"&gt;https://sourceforge.net/projects/mod-ecl/files/&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
It uses ECL as embedded Common Lisp in a very simple way. I would encourage people interested in this project to research things like security and multithreading.</description>
      <pubDate>Fri, 09 Jul 2010 17:16:15 GMT</pubDate>
      <guid>http://sourceforge.net/news/?group_id=30035&amp;id=289084</guid>
      <dc:date>2010-07-09T17:16:15Z</dc:date>
    </item>
    <item>
      <title>Gnu Clisp 2.49</title>
      <link>http://www.topix.net/tech/lisp/2010/07/gnu-clisp-2-49?fromrss=1</link>
      <description>&lt;p&gt;GNU CLISP is an ANSI Common Lisp implementation with an interpreter, compiler, debugger, object system , sockets, fast bignums, arbitrary precision floats, and a foreign language interface that runs on most Unix variants and Win32.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Jul 2010 01:02:46 GMT</pubDate>
      <guid>http://www.topix.net/tech/lisp/2010/07/gnu-clisp-2-49?fromrss=1</guid>
      <dc:date>2010-07-08T01:02:46Z</dc:date>
    </item>
    <item>
      <title>Lispjobs: LISP Programmer with C++ (Cambridge, MA)</title>
      <link>http://lispjobs.wordpress.com/2010/07/07/lisp-programmer-with-c-cambridge-ma-2/</link>
      <description>&lt;p&gt;This is a &lt;a href="http://www.computerjobs.com/JDet.aspx?JobID=3596784"&gt;software development&lt;/a&gt; position where the candidate will be responsible for helping add new platforms to an existing internal program. This person will be working with a piler program and must have experience with the programming language LISP.&lt;/p&gt;

&lt;br /&gt;
  &lt;a
  href="http://feeds.wordpress.com/1.0/gocomments/lispjobs.wordpress.com/519/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/comments/lispjobs.wordpress.com/519/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/godelicious/lispjobs.wordpress.com/519/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/delicious/lispjobs.wordpress.com/519/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/gostumble/lispjobs.wordpress.com/519/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/stumble/lispjobs.wordpress.com/519/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/godigg/lispjobs.wordpress.com/519/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/digg/lispjobs.wordpress.com/519/" /&gt;&lt;/a&gt;
 &lt;a
  href="http://feeds.wordpress.com/1.0/goreddit/lispjobs.wordpress.com/519/"
    rel="nofollow"&gt;&lt;img src="http://feeds.wordpress.com/1.0/reddit/lispjobs.wordpress.com/519/" /&gt;&lt;/a&gt;
 &lt;img src="http://stats.wordpress.com/b.gif?host=lispjobs.wordpress.com&amp;amp;blog=504450&amp;amp;post=519&amp;amp;subd=lispjobs&amp;amp;ref=&amp;amp;feed=1" /&gt;</description>
      <pubDate>Wed, 07 Jul 2010 21:14:18 GMT</pubDate>
      <guid>http://lispjobs.wordpress.com/2010/07/07/lisp-programmer-with-c-cambridge-ma-2/</guid>
      <dc:date>2010-07-07T21:14:18Z</dc:date>
    </item>
  </channel>
</rss>

