clim

Is CLIM possible in C++?

CLIM = Common Lisp Interface Manager, it's like the REPL, ported to the GUI. Is something like this similar possible in C++? If so, pointers? Thanks! ...

CLIM tutorial, where?

I am thinking of using McClim for an application, where can I find a tutorial that covers buttons, keyboard/mouse I/O, drawing images, etc. STFW for mcclim tutorial and clim tutorial didn't help much. Any pointers? If such a tutorial doesn't exist, please point that out and I'll try to RTFM (maybe eventually write such a tutoriial) ...

Invoking a CLIM UI from an application

In order to run a CLIM UI, the generic function clim:run-frame-top-level must be invoked, however this function blocks until the UI exits. This would seem to require all application control be handled via the CLIM top level. Is it possible to structure an application differently such that a control-flow outside of the CLIM top level is ...