Which Lisp implementation



Daniel Lakeland wrote:

>On Fri, Jul 13, 2007 at 11:41:17PM +0200, Reinhard Oldenburg wrote:
>  
>
>>It seems that currently there is no Lisp that satisfies my needs:
>>    
>>
>..
>  
>
>>5) has testet support of a standard gui library (qt, gtk, wx, fltk)
>>    
>>
>
>What do you know about standard gui library support in common lisp?
>I've occasionally looked online for something like a wx or gtk support
>library in Common Lisp, and never found anything that is actually
>being used by CL programmers to do anything in particular, do you know
>of a CL implementation with a workable gui library support, especially
>one that could work with a gui builder as well?
>
>  
>

I use Tk GUI, and like it very much: small, powerful, allows to create
distribution of GUI applications without relying on existance of
particular installed packages on user's PC, all OSes, including Windz.
Widget library is astonishing.
GUI builders exist.

Lisp users have ltk for it, but I do not prefer this approach, I like to
use LISP + Tcl/Tk via FFI.

Best regards,
Vadim.