Re: [Ecls-list] compatible gui libraries

2011-02-01 Thread Daniel Herring
On Tue, 1 Feb 2011, crox wrote: > Please tell me, what gui libraries are known to be compatible with ecl > (except EQL, obviously). > In particular I'm interested in cl-gtk2. If you want something small and simple, LTK is pretty good. There are a couple good OpenGL bindings if you want to build

Re: [Ecls-list] declaim question

2011-02-01 Thread Karsten Poeck
In article , Marko Kocić wrote: > I have lisp file some.lisp which have the following at the beginning: > > (declaim (optimize (speed 3) (safety 0) (debug 0))) > I think you need a: (eval-when (:compile-toplevel :execute :load-toplevel) ..) around the declaim Perhaps the :compile-to

[Ecls-list] compatible gui libraries

2011-02-01 Thread crox
Hello list! Please tell me, what gui libraries are known to be compatible with ecl (except EQL, obviously). In particular I'm interested in cl-gtk2. Thanks in advance, crox. -- Special Offer-- Download ArcSight Logger fo

[Ecls-list] declaim question

2011-02-01 Thread Marko Kocić
I have lisp file some.lisp which have the following at the beginning: (declaim (optimize (speed 3) (safety 0) (debug 0))) When I call (compile-file "some.lisp"), declarations in file are ignored while compiling file. When I execute those declarations before call to compile-file, then the file is