On Sun, Sep 14, 2008 at 2:00 AM, Leslie P. Polzer
<[EMAIL PROTECTED]>wrote:
>
> > UFFI seems to load fine under SBCL/win32, although the test suite
> > fails at compiling gethostname.lisp. (I'm not sure if that is
> > significant or not... it looks like the tests also fail under
> > Allegro/win32,
My project is actually a video game where I am trying to use
persistence in the physical simulation. I don't know if Elephant is
actually fast enough to be used for this, but I have had some success
with ACache, so I'd like to try :-)
I haven't had a chance to try ACache but I suppose Elephant w
I've tried to port to CFFI, and I think someone else has too, but I
don't think anyone has ever figured out and resolved the errors we've
seen with it.
Ian
On Sep 14, 2008, at 6:43 AM, Elliott Slaughter wrote:
On Sat, Sep 13, 2008 at 2:12 AM, Ian Eslick <[EMAIL PROTECTED]>
wrote:
I would
> UFFI seems to load fine under SBCL/win32, although the test suite
> fails at compiling gethostname.lisp. (I'm not sure if that is
> significant or not... it looks like the tests also fail under
> Allegro/win32, although not in the same way.)
Not sure whether win32 has got gethostname at all, I
> Alternatively, would it be possible to use CFFI instead (with the UFFI
> compatibility
layer if necessary)? I know CFFI works with SBCL/win32, and other currently
unsupported implementations (e.g. CLISP).
I tried this once but ran into problems with memutil (IIRC).
At this point there are seve