<?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.cmucl.general">
    <title>gmane.lisp.cmucl.general</title>
    <link>http://blog.gmane.org/gmane.lisp.cmucl.general</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.cmucl.general/6484"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6483"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6481"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6480"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6477"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6476"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6475"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6472"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6471"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6470"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6468"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6467"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6460"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6452"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6451"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6447"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6446"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6445"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6442"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cmucl.general/6441"/>
      </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.cmucl.general/6484">
    <title>Inlined TYPEP over-optimization bug with CHANGE-CLASS</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6484</link>
    <description>&lt;pre&gt;Recent CMUCL releases (including the current one), incorrectly over-optimize TYPEP and
miss the class change resulting from CHANGE-CLASS. 

The following example, when placed in a file and compiled, shows the issue:

(in-package :cl-user)

(defclass foo () ())
(defclass bar () ())

(defmethod show-bug ((instance foo))
 (change-class instance 'bar)
 (format t "~&amp;amp;;; Inlined TYPEP: ~s (incorrect)~%;; Not-inlined TYPEP: ~s (correct)~%"
         (typep instance 'foo)
         (locally (declare (notinline typep))
           (typep instance 'foo))))

(show-bug (make-instance 'foo))

&lt;/pre&gt;</description>
    <dc:creator>Dan Corkill</dc:creator>
    <dc:date>2012-02-05T11:18:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6483">
    <title>ELS 2012, Zadar, Croatia</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6483</link>
    <description>&lt;pre&gt;Apologies for the multiple postings. 

PAPER SUBMISSION DEADLINE EXTENDED 


European Lisp Symposium 2012, Zadar, Croatia, April 30th - May 1st, 2012 

http://european-lisp-symposium.org 

The purpose of the European Lisp Symposium is to provide a forum for 
the discussion and dissemination of all aspects of design, 
implementation and application of any of the Lisp and Lisp-inspired 
dialects, including Common Lisp, Scheme, Emacs Lisp, AutoLisp, ISLISP, 
Dylan, Clojure, ACL2, ECMAScript, Racket, SKILL, and so on. We 
encourage everyone interested in Lisp to participate. 


The main theme of the 2012 European Lisp Conference is 
"Interoperability: Systems, Libraries, Workflows".  Lisp based and 
functional-languages based systems have grown a variety of solutions 
to become more and more integrated with the wider world of Information 
and Communication Technologies in current use.  There are several 
dimensions to the scope of the solutions proposed, ranging from 
"embedding" of interpreters in C-based systems, to the development of 
abstractions levels that facilitate the expression of complex context 
dependent tasks, to the construction of exchange formats handling 
libraries, to the construction of theorem-provers for the "Semantic 
Web".  The European Lisp Symposium 2012 solicits the submission of 
papers with this specific theme in mind, alongside the more 
traditional tracks which have appeared in the past editions. 

We invite submissions in the following forms: 

Papers: Technical papers of up to 15 pages that describe original 
results or explain known ideas in new and elegant ways. 

Demonstrations: Abstracts of up to 4 pages for demonstrations of 
tools, libraries, and applications. 

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. 

Lightning talks: Abstracts of up to one page for talks to last for no 
more than 5 minutes. 

All submissions should be formatted following the ACM SIGS guidelines 
and include ACM classification categories and terms. For more 
information on the submission guidelines and the ACM keywords, see: 
http://www.acm.org/sigs/publications/proceedings-templates and 
http://www.acm.org/about/class/1998. 


Important dates: 

February 15th 2012: submission deadline (extended deadline) 
March 7th 2012: acceptance results 

April 30th 2012: Conference opens 


Program Commitee. 
Chair: 
Marco Antoniotti, Università degli Studi di Milano Bicocca, Milan, ITALY 

Local organizers: 
Damir Cavar, Eastern Michigan University 
Franjo Pehar, University of Zadar 
Damir Kero, University of Zadar 

Members: 
Giuseppe Attardi, Università degli Studi di Pisa, Pisa, ITALY 
Pascal Costanza, Intel, Bruxelles, BELGIUM 
Marc Feeley, Université de Montreal, Montreal, CANADA 
Scott McKay, Google, U.S.A. 
Kent Pitman, U.S.A. 
Christophe Rhodes, Department of Computing, Goldsmiths, University of London, London, UNITED KINGDOM 
Robert Strandh, LABRI, Université de Bordeaux, Bordaux, FRANCE 
Didier Verna, EPITA / LRDE, FRANCE 
Taiichi Yuasa, Kyoto University, JAPAN


--
Marco Antoniotti


_______________________________________________
cmucl-help mailing list
cmucl-help&amp;lt; at &amp;gt;cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-help

&lt;/pre&gt;</description>
    <dc:creator>Marco Antoniotti</dc:creator>
    <dc:date>2012-02-01T13:11:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6481">
    <title>Git repo for cmucl</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6481</link>
    <description>&lt;pre&gt;Cmucl is now officially moving to git.  The CVS repo will be turned off
soon, and, in fact, should no longer be used at all.  The repo will
still be available for historical reasons, but no new code should be
checked in to it.

We had planned on moving to git almost a year ago, but for various
reasons never got  around to it until now.

Additional information will be placed on cmucl's trac wiki, but for now,
you can view the repo using trac (coming soon to
http://trac.common-lisp.net/cmucl/browser) or directly at
&amp;lt;http://common-lisp.net/gitweb?p=projects/cmucl/cmucl.git;a=summary;js=1&amp;gt;

For now you can clone the repo using

git clone git://common-lisp.net/projects/cmucl/cmucl.git src

or for developers

git clone ssh://&amp;lt;user&amp;gt;&amp;lt; at &amp;gt;common-lisp.net/var/git/projects/cmucl/cmucl.git src

There is a minor issue to be taken care of:  What to do with the RCS
keywords that are in all of the files.  I rather like seeing that
information when you describe something.  (Mostly to see when the file
was last modified.)

Ray

_______________________________________________
cmucl-help mailing list
cmucl-help&amp;lt; at &amp;gt;cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-help

&lt;/pre&gt;</description>
    <dc:creator>Raymond Toy</dc:creator>
    <dc:date>2011-09-17T16:23:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6480">
    <title>pressure info from wacom stylus in CLX</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6480</link>
    <description>&lt;pre&gt;Folks --

Is there a way to get pressure events from a wacom tablet in CLX?

I'm running CLX under X11 for Mac OS X (and, Tiger 10.4.11 ...
I know, I know, but thought I would ask).

thanks,
-f
livegraphicsnightly.com
"If Veli's Graphics Bar didn't exist, we'd have to invent it." H Lieberman
_______________________________________________
cmucl-help mailing list
cmucl-help&amp;lt; at &amp;gt;cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-help

&lt;/pre&gt;</description>
    <dc:creator>fred</dc:creator>
    <dc:date>2011-08-01T07:08:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6477">
    <title>Still problems with the web site?</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6477</link>
    <description>&lt;pre&gt;Hi

the following link does not work

http://common-lisp.net/project/cmucl/downloads/snapshots/2011/06/cmucl-2011-06-x86-darwin.tar.bz2

cheers
--
Marco Antoniotti


_______________________________________________
cmucl-help mailing list
cmucl-help&amp;lt; at &amp;gt;cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-help

&lt;/pre&gt;</description>
    <dc:creator>Marco Antoniotti</dc:creator>
    <dc:date>2011-06-28T12:12:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6476">
    <title>[Final CfPart] European Lisp Symposium, Hamburg,March 31 - April 1</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6476</link>
    <description>&lt;pre&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     4th European Lisp Symposium
      Special Focus on Parallelism &amp;amp; Efficiency

      March 31 - April 1st, 2011
TUHH, Hamburg University of Technology
   Hamburg, Germany

       http://www.european-lisp-symposium.org/

Sponsors: EPITA, TUHH, Lispworks, Franz Inc., NovaSparks and Freiheit

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


News:
~~~~~
* The final program is now online.
* The early registration deadline is in 3 days, so hurry!
  Registration will still be possible afterwards.



Invited Speakers:
~~~~~~~~~~~~~~~~~
Craig Zilles -- Compiling for the common case
Marc Battyani -- Reconfigurable computing on steroids
Apostolos Syropoulos -- Scala: an OO surprise



Scope
~~~~~~
The purpose of the European Lisp Symposium is to provide a forum for
the discussion and dissemination of all aspects of design,
implementation and application of any of the Lisp dialects, including
Common Lisp, Scheme, Emacs Lisp, AutoLisp, ISLISP, Dylan, Clojure,
ACL2, ECMAScript, Racket, SKILL and so on. We encourage everyone
interested in Lisp to participate.

The European Lisp Symposium 2011 invites high quality papers about
novel research results, insights and lessons learned from practical
applications, and educational perspectives. We also encourage
submissions about known ideas as long as they are presented in a new
setting and/or in a highly elegant way.

This year's focus will be directed towards "Parallelism &amp;amp; Efficiency".


Programme Chair
~~~~~~~~~~~~~~~~
Didier Verna - EPITA Research and Development Laboratory, France

Local Chair
~~~~~~~~~~~~
Ralf Moeller - Hamburg University of Technology, Germany

Programme Committee
~~~~~~~~~~~~~~~~~~~~
Antonio Leitao - Instituto Superior Tecnico/INESC-ID, Portugal
Christophe Rhodes - Goldsmiths College, University of London, UK
David Edgar Liebke - Relevance Inc., USA
Didier Verna - EPITA Research and Development Laboratory, France
Henry Lieberman - MIT Media Laboratory, USA
Jay McCarthy - Brigham Young University, USA
Jose Luis Ruiz Reina - Universidad de Sevilla, Spain
Marco Antoniotti - Universita Milano Bicocca, Italy
Manuel Serrano - INRIA, France
Michael Sperber - DeinProgramm, Germany
Pascal Costanza - Vrije Universiteit of Brussel, Belgium
Scott McKay - ITA Software, USA

&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2011-03-09T16:30:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6475">
    <title>[CfPart] 4th European Lisp Symposium,registration open!</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6475</link>
    <description>&lt;pre&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     4th European Lisp Symposium
      Special Focus on Parallelism &amp;amp; Efficiency

      March 31 - April 1st, 2011
TUHH, Hamburg University of Technology
   Hamburg, Germany

       http://www.european-lisp-symposium.org/

Sponsored by EPITA, TUHH, Lispworks, Franz Inc., NovaSparks and Freiheit

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Registration is now open!
See http://www.european-lisp-symposium.org/content-registration-full.html
for details.

The deadline for early registration is March 12.
There is a reduced fee for students and accompanying persons.
You may also subscribe to mailing lists for this year's occurrence
on the registration page.



Invited Speakers:
~~~~~~~~~~~~~~~~~
Craig Zilles -- Compiling for the common case
Marc Battyani -- Reconfigurable computing on steroids
Apostolos Syropoulos -- Scala: an OO surprise

The complete program will be available shortly.



Scope
~~~~~~
The purpose of the European Lisp Symposium is to provide a forum for
the discussion and dissemination of all aspects of design,
implementation and application of any of the Lisp dialects, including
Common Lisp, Scheme, Emacs Lisp, AutoLisp, ISLISP, Dylan, Clojure,
ACL2, ECMAScript, Racket, SKILL and so on. We encourage everyone
interested in Lisp to participate.



Programme Chair
~~~~~~~~~~~~~~~~
Didier Verna - EPITA Research and Development Laboratory, France

Local Chair
~~~~~~~~~~~~
Ralf Moeller - Hamburg University of Technology, Germany

Programme Committee
~~~~~~~~~~~~~~~~~~~~
Antonio Leitao - Instituto Superior Tecnico/INESC-ID, Portugal
Christophe Rhodes - Goldsmiths College, University of London, UK
David Edgar Liebke - Relevance Inc., USA
Didier Verna - EPITA Research and Development Laboratory, France
Henry Lieberman - MIT Media Laboratory, USA
Jay McCarthy - Brigham Young University, USA
Jose Luis Ruiz Reina - Universidad de Sevilla, Spain
Marco Antoniotti - Universita Milano Bicocca, Italy
Manuel Serrano - INRIA, France
Michael Sperber - DeinProgramm, Germany
Pascal Costanza - Vrije Universiteit of Brussel, Belgium
Scott McKay - ITA Software, USA

&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2011-02-15T15:34:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6472">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6472</link>
    <description>&lt;pre&gt;http://gadgetandservice.com/index-sl122.php


      
_______________________________________________
cmucl-help mailing list
cmucl-help&amp;lt; at &amp;gt;cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-help

&lt;/pre&gt;</description>
    <dc:creator>Rémy</dc:creator>
    <dc:date>2011-01-22T08:14:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6471">
    <title>[CfP] European Lisp Symposium deadline extension</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6471</link>
    <description>&lt;pre&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     4th European Lisp Symposium
      Special Focus on Parallelism &amp;amp; Efficiency

      March 31 - April 1st, 2011
TUHH, Hamburg University of Technology
   Hamburg, Germany

       http://www.european-lisp-symposium.org/

       Sponsored by EPITA, Lispworks, Franz Inc. and Nova Sparks

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Important Dates
~~~~~~~~~~~~~~~~
+ Submission Deadline: January  16, 2011 --- EXTENDED
+ Author Notification: February 06, 2011
+ Final Paper Due:     February 28, 2011
+ Symposium:           March 31 - April 1st, 2011

Authors of accepted research contributions will be invited to submit
an extended version of their papers for journal publication.


Invited Speakers:
~~~~~~~~~~~~~~~~~
Marc Battyani (Nova Sparks)
Craig Zilles (University of Illinois)


Scope
~~~~~~
The purpose of the European Lisp Symposium is to provide a forum for
the discussion and dissemination of all aspects of design,
implementation and application of any of the Lisp dialects, including
Common Lisp, Scheme, Emacs Lisp, AutoLisp, ISLISP, Dylan, Clojure,
ACL2, ECMAScript, Racket, SKILL and so on. We encourage everyone
interested in Lisp to participate.

The European Lisp Symposium 2011 invites high quality papers about
novel research results, insights and lessons learned from practical
applications, and educational perspectives. We also encourage
submissions about known ideas as long as they are presented in a new
setting and/or in a highly elegant way.

This year's focus will be directed towards "Parallelism &amp;amp; Efficiency".
We especially invite submissions in the following areas:

+ Parallel and distributed computing
+ Code generation for multi-core architectures
+ Code generation for HTM
+ Large and ultra-large systems
+ Optimization techniques
+ Embedded applications

Contributions are also welcome in other areas, including but not
limited to:

+ Context-, aspect-, domain-oriented and generative programming
+ Macro-, reflective-, meta- and/or rule-based development approaches
+ Language design and implementation
+ Language integration, inter-operation and deployment
+ Development methodologies, support and environments
+ Educational approaches and perspectives
+ Experience reports and case studies


Technical Program:
~~~~~~~~~~~~~~~~~~
We invite submissions in the following forms:

* Papers: Technical papers of up to 15 pages that describe original
  results or explain known ideas in new and elegant ways.

* Demonstrations: Abstracts of up to 4 pages for demonstrations of
  tools, libraries, and applications.

* 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.

* Lightning talks: Abstracts of up to one page for talks to last for
  no more than 5 minutes.

All submissions should be formatted following the ACM SIGS guidelines
and include ACM classification categories and terms. For more
information on the submission guidelines and the ACM keywords, see:
http://www.acm.org/sigs/publications/proceedings-templates
http://www.acm.org/about/class/1998

Submissions should be uploaded to Easy Chair, at the following address:
http://www.easychair.org/conferences/?conf=els2011


Programme Chair
~~~~~~~~~~~~~~~~
Didier Verna - EPITA Research and Development Laboratory, France

Local Chair
~~~~~~~~~~~~
Ralf Moeller - Hamburg University of Technology, Germany

Programme Committee
~~~~~~~~~~~~~~~~~~~~
Antonio Leitao - Instituto Superior Tecnico/INESC-ID, Portugal
Christophe Rhodes - Goldsmiths College, University of London, UK
David Edgar Liebke - Relevance Inc., USA
Didier Verna - EPITA Research and Development Laboratory, France
Henry Lieberman - MIT Media Laboratory, USA
Jay McCarthy - Brigham Young University, USA
Jose Luis Ruiz Reina - Universidad de Sevilla, Spain
Marco Antoniotti - Universita Milano Bicocca, Italy
Manuel Serrano - INRIA, France
Michael Sperber - DeinProgramm, Germany
Pascal Costanza - Vrije Universiteit of Brussel, Belgium
Scott McKay - ITA Software, USA

&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2011-01-10T10:47:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6470">
    <title>[CfP] 4th European Lisp Symposium, March 31 - April 1,2010, Hamburg</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6470</link>
    <description>&lt;pre&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     4th European Lisp Symposium
      Special Focus on Parallelism &amp;amp; Efficiency

      March 31 - April 1st, 2011
TUHH, Hamburg University of Technology
   Hamburg, Germany

       http://www.european-lisp-symposium.org/

       Sponsored by EPITA, Lispworks, Franz Inc. and Nova Sparks

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Invited Speakers:
~~~~~~~~~~~~~~~~~
Marc Battyani (Nova Sparks)
Craig Zilles (University of Illinois)


Important Dates
~~~~~~~~~~~~~~~~
+ Submission Deadline: January  09, 2011
+ Author Notification: February 06, 2011
+ Final Paper Due:     February 28, 2011
+ Symposium:           March 31 - April 1st, 2011

Authors of accepted research contributions will be invited to submit
an extended version of their papers for journal publication.


Scope
~~~~~~
The purpose of the European Lisp Symposium is to provide a forum for
the discussion and dissemination of all aspects of design,
implementation and application of any of the Lisp dialects, including
Common Lisp, Scheme, Emacs Lisp, AutoLisp, ISLISP, Dylan, Clojure,
ACL2, ECMAScript, Racket and so on. We encourage everyone interested
in Lisp to participate.

The European Lisp Symposium 2011 invites high quality papers about
novel research results, insights and lessons learned from practical
applications, and educational perspectives. We also encourage
submissions about known ideas as long as they are presented in a new
setting and/or in a highly elegant way.

This year's focus will be directed towards "Parallelism &amp;amp; Efficiency".
We especially invite submissions in the following areas:

+ Parallel and distributed computing
+ Code generation for multi-core architectures
+ Code generation for HTM
+ Large and ultra-large systems
+ Optimization techniques
+ Embedded applications

Contributions are also welcome in other areas, including but not
limited to:

+ Context-, aspect-, domain-oriented and generative programming
+ Macro-, reflective-, meta- and/or rule-based development approaches
+ Language design and implementation
+ Language integration, inter-operation and deployment
+ Development methodologies, support and environments
+ Educational approaches and perspectives
+ Experience reports and case studies


Technical Program:
~~~~~~~~~~~~~~~~~~
We invite submissions in the following forms:

* Papers: Technical papers of up to 15 pages that describe original
  results or explain known ideas in new and elegant ways.

* Demonstrations: Abstracts of up to 4 pages for demonstrations of
  tools, libraries, and applications.

* 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.

* Lightning talks: Abstracts of up to one page for talks to last for
  no more than 5 minutes.

All submissions should be formatted following the ACM SIGS guidelines
and include ACM classification categories and terms. For more
information on the submission guidelines and the ACM keywords, see:
http://www.acm.org/sigs/publications/proceedings-templates
http://www.acm.org/about/class/1998

Submissions should be uploaded to Easy Chair, at the following address:
http://www.easychair.org/conferences/?conf=els2011


Programme Chair
~~~~~~~~~~~~~~~~
Didier Verna - EPITA Research and Development Laboratory, France

Local Chair
~~~~~~~~~~~~
Ralf Moeller - Hamburg University of Technology, Germany

Programme Committee
~~~~~~~~~~~~~~~~~~~~
Antonio Leitao - Instituto Superior Tecnico/INESC-ID, Portugal
Christophe Rhodes - Goldsmiths College, University of London, UK
David Edgar Liebke - Relevance Inc., USA
Didier Verna - EPITA Research and Development Laboratory, France
Henry Lieberman - MIT Media Laboratory, USA
Jay McCarthy - Brigham Young University, USA
Jose Luis Ruiz Reina - Universidad de Sevilla, Spain
Marco Antoniotti - Universita Milano Bicocca, Italy
Manuel Serrano - INRIA, France
Michael Sperber - DeinProgramm, Germany
Pascal Costanza - Vrije Universiteit of Brussel, Belgium
Scott McKay - ITA Software, USA

&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2010-12-14T16:13:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6468">
    <title>[Q] Muffling compiler notes</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6468</link>
    <description>&lt;pre&gt;
  Hello,

is there a way to locally (inside a specific function) shut up compiler
notes like the following one ?

;   (UNIX:UNIX-IOCTL (SYSTEM:FD-STREAM-FD #) UNIX:TIOCGWINSZ WINSIZE)
; --&amp;gt; WINSIZE ALIEN::LOCAL-ALIEN ALIEN::EXTRACT-ALIEN-VALUE ALIEN::NATURALIZE 
; ==&amp;gt;
;   (ALIEN::%SAP-ALIEN ALIEN:ALIEN '#&amp;lt;ALIEN::ALIEN-RECORD-TYPE #&amp;gt;)
; Note: Unable to optimize because:
;     Could not optimize away %SAP-ALIEN: forced to do runtime 
; allocation of alien-value structure.

With SBCL, you can do this:

(declare (sb-ext:muffle-conditions sb-ext:compiler-note))


Thanks !

&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2010-11-13T14:34:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6467">
    <title>Clon 1.0b11 introduces support for CMU-CL</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6467</link>
    <description>&lt;pre&gt;
  Hello,

please forgive this personal intrusion to the list, but I just wanted to
announce that I've released version 1.0b11 of Clon, my command-line
options parsing library[1]. The reason I'm posting here is that this
version introduces support for CMU-CL (&amp;gt;= 20b).

Feedback always welcome!


Footnotes: 
[1]  http://www.lrde.epita.fr/~didier/software/lisp/clon.php

&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2010-11-09T08:37:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6460">
    <title>Re : Disabling the automated code deletion whencompiling.</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6460</link>
    <description>&lt;pre&gt;I am afraid that snippets from code and logs will not be very efficient to track 

down the problem. The disappearance of important features of the program is 
quite ubiquitous and the code itself is very dense. Anyway, here is an example 
of an 'unfortunate' code deletion.

-----the source code:
(defun piy (wff prefix num window)
  (unless maint:*dont-ask*
    (unless (if (symbolp wff)
        (find-mode wff nil t)
          (if (and (symbolp *last-gwff-typed*)  ; added this check -- ceb 6/2/99
               (wffeq-ab (get *last-gwff-typed* 'represents) wff))
          (find-mode *last-gwff-typed* nil t)
        (if (symbolp prefix)
            (find-mode prefix nil t)
          nil)))
      (if (query "Would you like to give a mode for this theorem?" t)
      (let ((mode nil))
        (loop until mode do
          (prompt-read mode nil (msgf "Mode")
                   'tps-mode '$
                   ((? (msgf "Name of a mode (indicating a collection of flag 
settings)"))
                (?? (msgf "A mode for automatic search."))))
          (if (member mode global-modelist)
              (mode mode)
            (let ((y (car (remove-if-not #'(lambda (x) (memq (car x) '(mode 
mode1)))
                         (gethash mode core::*lib-masterindex*)))))
              (if y
              (progn
                (core::retrieve-libobject mode :types (car y) :multiple nil)
                (mode mode) t)
            (progn
              (msgf "Can't find that mode in the library." t)
              (setq mode nil)))))))
    (progn
      (msgf "Warning: Search will proceed with current flag settings.")
      (when (query "Abort Search?" t)
        (throwfail "Search Aborted by User"))))))
  (prove2 wff prefix num)
  (msgf " --- Starting Automatic Search --- ")
  (diy (numalias num) nil window))

------the compilation log:
In: DEFUN PIY 

;   'TPS-MODE 
; Note: Deleting unreachable code. 
;  
;   '$ 
; Note: Deleting unreachable code. 
;  
;   'TPS-MODE 
; Note: Deleting unreachable code. 
;  
;   '$ 
; Note: Deleting unreachable code. 
;  
;   (QUERY "Would you like to give a mode for this theorem?" T) 
; --&amp;gt; LET PROMPT-READ IF SETQ DO BLOCK LET TAGBODY LET INTERN  
; ==&amp;gt; 
;   (GENSYM "PROMPT") 
; Warning: Result is a SYMBOL, not a (VALUES &amp;amp;OPTIONAL BASE-STRING &amp;amp;REST T). 
;  
;   (PROMPT-READ MODE NIL (MSGF "Mode") 'TPS-MODE ...) 
; --&amp;gt; IF SETQ DO BLOCK LET TAGBODY LET INTERN  
; ==&amp;gt; 
;   (GENSYM "PROMPT") 
; Warning: Result is a SYMBOL, not a (VALUES &amp;amp;OPTIONAL BASE-STRING &amp;amp;REST T). 
;  
;   (QUERY "Abort Search?" T) 
; --&amp;gt; LET PROMPT-READ IF SETQ DO BLOCK LET TAGBODY LET INTERN  
; ==&amp;gt; 
;   (GENSYM "PROMPT") 
; Warning: Result is a SYMBOL, not a (VALUES &amp;amp;OPTIONAL BASE-STRING &amp;amp;REST T). 

If my hypothesis of type errors causing inappropriate code deletion was wrong, 
what could in your opinion cause the software to progressively lose its 
features, from cmucl 18c to 20b?

Extra question: I try to compile with various version, to determine when the 
features exactly start to fade, and the following happens (with version &amp;lt;19):
I use a Makefile, with this instruction:

tps_compile:    bin lisp tps-compile.lisp make_tps_sys 
    &amp;lt; at &amp;gt;date
    &amp;lt; at &amp;gt;/bin/sh -ec 'echo "(load \"../tps-compile.lisp\") (core:exit-from-lisp)"' | 
(cd bin; $(lisp))

and then a Segmentation Fault Occur, while writing this line in the shell does 
work properly.

/bin/sh: line 1: 11953 Segmentation fault      cmucl18
make: *** [tps_compile] Error 139

Do you have a clue of what the problem is?

Thank you again,

Remy
________________________________
De : Raymond Toy &amp;lt;toy.raymond&amp;lt; at &amp;gt;gmail.com&amp;gt;
À : cmucl-help&amp;lt; at &amp;gt;cmucl.cons.org
Envoyé le : Mar 2 novembre 2010, 12h 04min 18s
Objet : Re: [cmucl-help] Disabling the automated code deletion when compiling.

On 11/1/10 10:42 AM, Rémy wrote:



Can you provide some snippets from the compilation logs?  That would
help understand what the issue is.  Even better would be the actual code
that shows the problem.



I'll have to dig through the compiler to see if it's possible to turn
this off.

Ray

_______________________________________________
cmucl-help mailing list
cmucl-help&amp;lt; at &amp;gt;cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-help


      
_______________________________________________
cmucl-help mailing list
cmucl-help&amp;lt; at &amp;gt;cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-help

&lt;/pre&gt;</description>
    <dc:creator>Rémy</dc:creator>
    <dc:date>2010-11-02T19:13:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6452">
    <title>Command Line options in standalone executables</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6452</link>
    <description>&lt;pre&gt;
  Hello,

I'm trying to port Clon[1] to CMUCL, but I can't seem to figure out how
to create standalone executables and retrieve user (non-lisp) options
from the command-line.

Consider the following source file:

| (in-package :cl-user)
| 
| (defun main ()
|   (format t "~S~%" ext:*command-line-strings*)
|   (format t "~S~%" ext:*command-line-utility-name*)
|   (format t "~S~%" ext:*command-line-words*)
|   (format t "~S~%" ext:*command-line-application-arguments*)
|   (unix:unix-exit 0))
| 
| (ext:save-lisp "cmu"
|        :init-function #'main :load-init-file nil :site-init nil
|        :print-herald nil :batch-mode t :process-command-line t
|        :executable t)


I create a standalone executable like this:

lisp -batch -quiet -noinit -nositeinit -load cmu.lisp --

Now, this executable seems to understand CMUCL's options, but the --
syntax doesn't work as documented:

./cmu -- --foobar
Warning:  #&amp;lt;Command Line Switch "-"&amp;gt; is an illegal switch
Warning:  #&amp;lt;Command Line Switch "-foobar"&amp;gt; is an illegal switch
("./cmu" "--" "--foobar")
"./cmu"
NIL
NIL



So, I tried ":process-command-line nil" in the call to save-lisp
instead, and it seems to be closer to what I actually want, except that
I don't see how to get my options:

./cmu --foobar
("lisp" "-batch" "-quiet" "-noinit" "-nositeinit" "-load" "cmu.lisp" "--")
"lisp"
NIL
NIL



Any help appreciated !


Footnotes: 
[1]  my recent command-line options management library; see
     http://www.lrde.epita.fr/~didier/software/lisp/clon.php

&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2010-11-02T15:05:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6451">
    <title>Disabling the automated code deletion when compiling.</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6451</link>
    <description>&lt;pre&gt;Greetings,

I hope I'm posting at the right place: so, here is my problem. I recently had to 
adapt an old piece of software to the latest version of CMU-CL. While it worked 
perfectly fine with the 18c release, bugs appeared when I used the 19b and, 
finally, entire features are missing when compiled with the 20b version. 
According to the compilation logs, it seems the problems are caused by the 
automated deletion of code, in my opinion because of subtle type errors in the 
source code. Nevertheless, because of the size of the project, and its 
priorities, we cannot work on these corrections. 


Hence I would like to know if there was a possibility to disable the code 
deletion feature during compilation, so as to test this hypothesis? I tried an 
(optimize (safety 0)) , but it did not change the "missing" parts of the code.

Thank you for your help,

Remy Chretien



      
_______________________________________________
cmucl-help mailing list
cmucl-help&amp;lt; at &amp;gt;cmucl.cons.org
http://lists.zs64.net/mailman/listinfo/cmucl-help

&lt;/pre&gt;</description>
    <dc:creator>Rémy</dc:creator>
    <dc:date>2010-11-01T14:42:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6447">
    <title>[CfP] 4th European Lisp Symposium, Hamburg, March 31 - April 1st, 2011</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6447</link>
    <description>&lt;pre&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     4th European Lisp Symposium
      Special Focus on Parallelism &amp;amp; Efficiency

      March 31 - April 1st, 2011
TUHH, Hamburg University of Technology
   Hamburg, Germany

       http://www.european-lisp-symposium.org/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Important Dates
~~~~~~~~~~~~~~~~
+ Submission Deadline: January  09, 2011
+ Author Notification: February 06, 2011
+ Final Paper Due:     February 28, 2011
+ Symposium:           March 31 - April 1st, 2011

Authors of accepted research contributions will be invited to submit
an extended version of their papers for journal publication.


Scope
~~~~~~
The purpose of the European Lisp Symposium is to provide a forum for
the discussion and dissemination of all aspects of design,
implementation and application of any of the Lisp dialects, including
Common Lisp, Scheme, Emacs Lisp, AutoLisp, ISLISP, Dylan, Clojure,
ACL2, ECMAScript, Racket and so on. We encourage everyone interested
in Lisp to participate.

The European Lisp Symposium 2011 invites high quality papers about
novel research results, insights and lessons learned from practical
applications, and educational perspectives. We also encourage
submissions about known ideas as long as they are presented in a new
setting and/or in a highly elegant way.

This year's focus will be directed towards "Parallelism &amp;amp; Efficiency".
We especially invite submissions in the following areas:

+ Parallel and distributed computing
+ Code generation for multi-core architectures
+ Code generation for HTM
+ Large and ultra-large systems
+ Optimization techniques
+ Embedded applications

Contributions are also welcome in other areas, including but not
limited to:

+ Context-, aspect-, domain-oriented and generative programming
+ Macro-, reflective-, meta- and/or rule-based development approaches
+ Language design and implementation
+ Language integration, inter-operation and deployment
+ Development methodologies, support and environments
+ Educational approaches and perspectives
+ Experience reports and case studies


Technical Program:
~~~~~~~~~~~~~~~~~~
We invite submissions in the following forms:

* Papers: Technical papers of up to 15 pages that describe original
  results or explain known ideas in new and elegant ways.

* Demonstrations: Abstracts of up to 4 pages for demonstrations of
  tools, libraries, and applications.

* 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.

* Lightning talks: Abstracts of up to one page for talks to last for
  no more than 5 minutes.

All submissions should be formatted following the ACM SIGS guidelines
and include ACM classification categories and terms. For more
information on the submission guidelines and the ACM keywords, see:
http://www.acm.org/sigs/publications/proceedings-templates
http://www.acm.org/about/class/1998

Submissions should be uploaded to Easy Chair, at the following address:
http://www.easychair.org/conferences/?conf=els2011


Programme Chair
~~~~~~~~~~~~~~~~
Didier Verna - EPITA Research and Development Laboratory, France

Local Chair
~~~~~~~~~~~~
Ralf Moeller - Hamburg University of Technology, Germany

Programme Committee
~~~~~~~~~~~~~~~~~~~~
Antonio Leitao - Instituto Superior Tecnico/INESC-ID, Portugal
Christophe Rhodes - Goldsmiths College, University of London, UK
David Edgar Liebke - Relevance Inc., USA
Didier Verna - EPITA Research and Development Laboratory, France
Henry Lieberman - MIT Media Laboratory, USA
Jay McCarthy - Brigham Young University, USA
Jose Luis Ruiz Reina - Universidad de Sevilla, Spain
Marco Antoniotti - Universita Milano Bicocca, Italy
Manuel Serrano - INRIA, France
Michael Sperber - DeinProgramm, Germany
Pascal Costanza - Vrije Universiteit of Brussel, Belgium
Scott McKay - ITA Software, USA

&lt;/pre&gt;</description>
    <dc:creator>Didier Verna</dc:creator>
    <dc:date>2010-09-13T11:54:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6446">
    <title>ELKE Brandt added you as a friend on Windows Live</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6446</link>
    <description>&lt;pre&gt;
                                                 ELKE Brandt added you as a friend on Windows Live          
                                                 Add as friend                  Don't miss what matters! Change what types of notifications you receive from Windows Live, including setting up SMS notifications.Microsoft respects your privacy.  To learn more, please read our privacy statement.                                Microsoft Corporation, One Microsoft Way, Redmond, WA 98052




&lt;/pre&gt;</description>
    <dc:creator>ELKE Brandt</dc:creator>
    <dc:date>2010-07-17T07:46:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6445">
    <title>LAURETTA Beltran added you as a friend on Windows Live</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6445</link>
    <description>&lt;pre&gt;

                                                 LAURETTA Beltran added you as a friend on Windows Live          
                                                 Add as friend                  Don't miss what matters! Change what types of notifications you receive from Windows Live, including setting up SMS notifications.Microsoft respects your privacy.  To learn more, please read our privacy statement.                                Microsoft Corporation, One Microsoft Way, Redmond, WA 98052




&lt;/pre&gt;</description>
    <dc:creator>LAURETTA Beltran</dc:creator>
    <dc:date>2010-07-13T19:37:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6442">
    <title>Mailing list spam?</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6442</link>
    <description>&lt;pre&gt;I thought we closed the CMUCL mailing lists, but I'm getting some spam
on cmucl-help.  I thought they were just cmucl-help-bounce messages sent
to me personally, but I see them on the gmane archives too.


Ray



&lt;/pre&gt;</description>
    <dc:creator>Raymond Toy</dc:creator>
    <dc:date>2010-07-10T18:56:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6441">
    <title>AIKO Dailey added you as a friend on Windows Live</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6441</link>
    <description>&lt;pre&gt;

                                                 AIKO Dailey added you as a friend on Windows Live          
                                                 Add as friend                  Don't miss what matters! Change what types of notifications you receive from Windows Live, including setting up SMS notifications.Microsoft respects your privacy.  To learn more, please read our privacy statement.                                Microsoft Corporation, One Microsoft Way, Redmond, WA 98052






&lt;/pre&gt;</description>
    <dc:creator>AIKODailey&lt; at &gt;aol.com</dc:creator>
    <dc:date>2010-07-10T14:04:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cmucl.general/6440">
    <title>JEWEL Fink added you as a friend on Windows Live</title>
    <link>http://comments.gmane.org/gmane.lisp.cmucl.general/6440</link>
    <description>&lt;pre&gt;
                                                 JEWEL Fink added you as a friend on Windows Live          
                                                 Add as friend                  Don't miss what matters! Change what types of notifications you receive from Windows Live, including setting up SMS notifications.Microsoft respects your privacy.  To learn more, please read our privacy statement.                                Microsoft Corporation, One Microsoft Way, Redmond, WA 98052




&lt;/pre&gt;</description>
    <dc:creator>JEWEL Fink</dc:creator>
    <dc:date>2010-07-10T01:08:19</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.lisp.cmucl.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.lisp.cmucl.general</link>
  </textinput>
</rdf:RDF>

