From ben at medianstrip.net Sun Aug 29 16:18:57 2004 From: ben at medianstrip.net (Ben) Date: Sun, 29 Aug 2004 12:18:57 -0400 (EDT) Subject: [elephant-devel] Re: Re: Elephant (home page) In-Reply-To: <20040829150054.A0A256309C@rekin7.go2.pl> References: <20040829150054.A0A256309C@rekin7.go2.pl> Message-ID: <20040829115029.U53349@contarex.medianstrip.net> thanks for the patch and the Makefile. i'll merge them in a bit. i expect to make a functional release tonight for cmucl 19a, sbcl and allegro on freebsd and linux. there have been a lot of changes this weekend; my preliminary tests show it seems to be ok. if you want to help me by testing it on your platform, that would be great (i don't have much access to linux.) i think the code in CVS now is pretty good. i'm still writing documentation, writing tests, and trying to find and fix bugs. thanks for your interest. can i ask what you are planning on using elephant for? B On Sun, 29 Aug 2004, [iso-8859-2] Rafa? Strzali?ski wrote: >> thanks for the typo heads-up. i fixed it. >> >> alpha is not ready yet. you're welcome to play with it, but it >> doesn't entirely work yet. (there are some documents there now.) >> >> i'll send an email to the mailing list when it's ready. thanks for >> your interest. > > > I've tried to run elephant, but it doesn't work correcty. I couldn't > retreive stored data (after quiting lisp). Example code from INSTALL > doesn't work. But it's still pre-alpha code :-) > > I've fixed your problem with symbol conflicts. IMHO you shouldn't > use interned symbol (these symbols are interned in common-lisp > package) in export list. See patch. > > I use cmucl 19a with (patch-001) under linux. > > > > > -- > Pozdrawiam, Rafal Strzalinski (nabla) > http://nablaone.blogspot.com From ben at medianstrip.net Mon Aug 30 23:55:29 2004 From: ben at medianstrip.net (Ben) Date: Mon, 30 Aug 2004 19:55:29 -0400 (EDT) Subject: [elephant-devel] Elephant 0.1 Message-ID: <20040830194900.O76229@contarex.medianstrip.net> Andrew and I are happy to announce Elephant 0.1. Tarballs are on the website http://www.common-lisp.net/project/elephant >From NEWS: August 30, 2004 - Elephant 0.1 was released August 30th, 2004. This is an ALPHA quality release, so claims about correctness, performance and safety should be taken with a grain of salt. This release has been tested on CMUCL 19a, SBCL 0.8.13 and Allegro 6.2 on x86 Linux and FreeBSD. OpenMCL and Lispworks versions will come soon. Enjoy, and send in your bug reports! Ben and Andrew