From akopa.gmane.poster at gmail.com Mon Apr 13 02:03:02 2009 From: akopa.gmane.poster at gmail.com (Matthew D. Swank) Date: Mon, 13 Apr 2009 02:03:02 +0000 (UTC) Subject: [closer-devel] contextl repository missing cx-threads.lisp Message-ID: Or contextl.asd has several outdated references to the file. Just thought you should know, Matt From pc at p-cos.net Mon Apr 13 09:52:55 2009 From: pc at p-cos.net (Pascal Costanza) Date: Mon, 13 Apr 2009 11:52:55 +0200 Subject: [closer-devel] contextl repository missing cx-threads.lisp In-Reply-To: References: Message-ID: <3BF1E3A1-0389-4DE3-A05C-6C2A6A9B53D6@p-cos.net> Hi Matt, Thanks a lot for letting me know. It's indeed a new file that I forgot to add yesterday. It's now in the repository. Best, Pascal On 13 Apr 2009, at 04:03, Matthew D.Swank wrote: > Or contextl.asd has several outdated references to the file. > > Just thought you should know, > > Matt > > > _______________________________________________ > closer-devel mailing list > closer-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/closer-devel -- ELS'09: http://www.european-lisp-symposium.org/ Pascal Costanza, mailto:pc at p-cos.net, http://p-cos.net Vrije Universiteit Brussel Programming Technology Lab Artificial Intelligence Lab Pleinlaan 2, B-1050 Brussel, Belgium From marcoxa at cs.nyu.edu Wed Apr 15 21:00:32 2009 From: marcoxa at cs.nyu.edu (Marco Antoniotti) Date: Wed, 15 Apr 2009 23:00:32 +0200 Subject: [closer-devel] ELS 2009 in Milan, Italy: Call for Participation Message-ID: Apologies for multiple postings.... ************************************************************************ 2nd European Lisp Symposium (ELS 2009) Milan, Italy, May 27-29, 2009 Universita` degli Studi di Milano-Bicocca www.european-lisp-symposium.org ************************************************************************ CALL FOR PARTECIPATION ********************** REGISTRATION IS NOW OPEN AT www.european-lisp-symposium.org. Take advantage of the early bird registration fee. Scope and Program Highlights: ***************************** The purpose of the European Lisp Symposium is to provide a forum for the discussion of all aspects of the design, implementation and application of any of the Lisp dialects. We encourage everyone interested in Lisp to participate. The European Lisp Symposium 2009 program includes presentations of high quality papers about novel research results, insights and lessons learned from practical applications, and educational perspectives, all involving Lisp dialects, including Common Lisp, Scheme, Emacs Lisp, AutoLisp, ISLISP, Dylan, Clojure, and so on. Kent Pitman will give the keynote address on Thursday, May 28. The presentations will be divided into two categories. * Original contributions. * Work in progress describing ongoing work that will be discussed in the form of a "writers' workshop". The writers' workshops will take place at the symposium in Milan on May 28, 2008. Social Events: ************** Friday 29th evening, Conference Banquet Saturday 30th morning, Guided tour to the "Futurismo" Exhibit in the center of Milan; 2009 marks the 100th anniversary of the Futurism Manifesto; stretching it, the harbinger of Lisp 50 years later. Program Chair: ************** * Antonio Leitao, Technical University of Lisbon, Portugal Local Chair: ************ * Marco Antoniotti, DISCo, Universita`? Milano Bicocca, Italy Program committee: ****************** * Giuseppe Attardi, Universita`? di Pisa , Italy * Pascal Costanza, Vrije Universiteit Brussel, Belgium * Irene Durand, Universite` Bordeaux 1, France * Marc Feeley, Universit` de Montreal, Canada * Ron Garret, Amalgamated Widgets Unlimited, USA * Gregor Kiczales, University of British Columbia, Canada * Scott McKay, ITA Software, Inc., USA * Peter Norvig, Google Inc., USA * Julian Padget, University of Bath, UK * Kent Pitman, PTC, USA * Christian Queinnec, Universite` Pierre et Marie Curie, France * Christophe Rhodes, Goldsmiths College, University of London, UK * Robert Strandh, Universite` Bordeaux 1, France * Mark Tarver, Lambda Associates, UK * Didier Verna, EPITA Research and Development Laboratory, France * JonL White, TheGingerIceCreamFactory of Palo Alto, USA * Taiichi Yuasa, Kyoto University, Japan Registration Fees: ****************** * Early registration before April 25, 2008: Students EU60, regular EU120. * Late registration before May 16, 2008: Students EU80, regular EU160. * Onsite registration: Students EU100, regular EU220. Registration will include the proceedings, coffee breaks, the symposium dinner and other amenities. Accommodation is not included. From tcr at freebits.de Sun Apr 26 17:41:45 2009 From: tcr at freebits.de (Tobias C. Rittweiler) Date: Sun, 26 Apr 2009 19:41:45 +0200 Subject: [closer-devel] VALIDATE-SUPERCLASS on ECL Message-ID: <87k55748iu.fsf@freebits.de> Hi Pascal, what is the reason that VALIDE-SUPERCLASS is conditionalized out in ecl/closer-mop-packages.lisp? -T. From pc at p-cos.net Sun Apr 26 18:32:03 2009 From: pc at p-cos.net (Pascal Costanza) Date: Sun, 26 Apr 2009 20:32:03 +0200 Subject: [closer-devel] VALIDATE-SUPERCLASS on ECL In-Reply-To: <87k55748iu.fsf@freebits.de> References: <87k55748iu.fsf@freebits.de> Message-ID: <56E8BDD0-6097-476B-B60A-060451BC618A@p-cos.net> Hi, No specific reason. I haven't worked on the ECL port for a very long time, and the closer webpage actually states that it's not supported at the moment. Last time I checked, ECL's CLOS implementation was too far away from the CLOS MOP specification to be worthwhile to port Closer. If that has changed in the meantime, I may consider working on this again... Pascal On 26 Apr 2009, at 19:41, Tobias C. Rittweiler wrote: > > Hi Pascal, > > what is the reason that VALIDE-SUPERCLASS is conditionalized out in > ecl/closer-mop-packages.lisp? > > -T. > > > _______________________________________________ > closer-devel mailing list > closer-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/closer-devel -- ELS'09: http://www.european-lisp-symposium.org/ Pascal Costanza, mailto:pc at p-cos.net, http://p-cos.net Vrije Universiteit Brussel Programming Technology Lab Artificial Intelligence Lab Pleinlaan 2, B-1050 Brussel, Belgium