Re: [elephant-devel] Windows/SBCL bug (AND FIX) when compiling DLLs (WAS: partial fix)

2009-02-02 Thread Ian Eslick
Hi Elliott, My apologies, this dropped off my radar. I'll review and promote tomorrow. If anyone else has patches that haven't been committed, please re-send them. I'll put in a fix for the lispworks bug as well. Ian On Feb 2, 2009, at 6:45 PM, Elliott Slaughter wrote: > Just wondering i

Re: [elephant-devel] Elephant won't compile under Lispworks for Linux 5.1

2009-02-02 Thread Chun Tian (binghe)
Hi, Larry I just checked, Elephant 1.0 on my LWL64 5.0.2 can be compiled and loaded correctly. LWL64 5.1.2 failed on classes.lisp which you met. In src/elephant/metaclasses.lisp, I found two definitions which mentioned about LispWorks versions: line 396: #+(or :lispworks3 :lispworks4 (an

Re: [elephant-devel] Elephant won't compile under Lispworks for Linux 5.1

2009-02-02 Thread Larry Clapp
Is there anything I can do to improve on the below error report? I'd like to use elephant but it doesn't compile on Lispworks for Linux 5.1. Am I missing something? Any help appreciated. -- Larry - Forwarded message from Larry Clapp - > From: Larry Clapp > Date: Sun, 25 Jan 2009 16:

Re: [elephant-devel] Windows/SBCL bug (AND FIX) when compiling DLLs (WAS: partial fix)

2009-02-02 Thread Elliott Slaughter
Just wondering if there is any chance this patch will be reviewed and/or integrated soon? Thanks. On Thu, Jan 8, 2009 at 1:14 AM, Elliott Slaughter < elliottslaugh...@gmail.com> wrote: > Hi, > > On Mon, Dec 15, 2008 at 11:03 PM, Elliott Slaughter < > elliottslaugh...@gmail.com> wrote: >> >> I ju

Re: [elephant-devel] Lisp-only data store (prototype)

2009-02-02 Thread Elliott Slaughter
Hi, Thanks for working on this. I am particularly interested in the potential of this backend because I need (a) speed and (b) the ability to build a binary which will run on end-user machines without requiring them to install a separate library. If you send me the necessary patches (or get them i

[elephant-devel] Lisp-only data store (prototype)

2009-02-02 Thread Ian Eslick
Hi All, I was inspired the other day to come up with a minimal, quick-and- dirty, all-lisp data store for Elephant based on cl-prevalence. The problem with cl-prevalence is that every access to a persistent slot has to be explicitly transactionally protected so it can be recovered. This i