Re: [elephant-devel] 4th European Lisp Workshop

2007-04-09 Thread Robert L. Read
I have to be at the Esperanto Conference in Tijuana at precisely those dates. However, if someone else can go, I am also happy to help or to co-author a paper with them. On Mon, 2007-04-09 at 13:50 -0400, Ian Eslick wrote: > All, > > I have been thinking about a paper on Elephant, but for the

Re: [elephant-devel] tests fail on openmcl

2007-04-09 Thread Ian Eslick
Sbcl is the most tested. 0.6.0 had probs with multithreading, 64-bit though, so be aware if you need either. Ian Sent via BlackBerry from T-Mobile -Original Message- From: Joe Corneli <[EMAIL PROTECTED]> Date: Mon, 9 Apr 2007 16:49:27 To:elephant-devel@common-lisp.net Subject: Re: [

Re: [elephant-devel] tests fail on openmcl

2007-04-09 Thread Joe Corneli
Is this version 0.6.0? Yes -- I'm sorry I didn't mention that. We had this problem in 0.6.0 due to a declare statement on the spec slot of store-controller. It needs to be removed for OpenMCL to work. In CVS head the type declaration says 'list' instead of '(or pathname (vect

Re: [elephant-devel] 4th European Lisp Workshop

2007-04-09 Thread Ian Eslick
All, I have been thinking about a paper on Elephant, but for the '08 Lisp conference after 1.0 is released and has had some time in the field. I'm not sure I could get to Berlin this summer anyway, but perhaps there's someone in Europe who would be willing to talk about this at an informa

[elephant-devel] 4th European Lisp Workshop

2007-04-09 Thread Pierre THIERRY
Persistence is one of the desired topics, so maybe someone may be willing to talk about Elephant: http://lisp-ecoop07.bknr.net/home Quickly, Pierre -- [EMAIL PROTECTED] OpenPGP 0xD9D50D8A signature.asc Description: Digital signature ___ elephant-deve

Re: [elephant-devel] tests fail on openmcl

2007-04-09 Thread Ian Eslick
Is this version 0.6.0? We had this problem in 0.6.0 due to a declare statement on the spec slot of store-controller. It needs to be removed for OpenMCL to work. In CVS head the type declaration says 'list' instead of '(or pathname (vector character)). There are still some issues with CVS