From: D Herring on 20 May 2010 17:52 On 05/20/2010 02:48 PM, Peter Herth wrote: > You should have a look at LTk: > > http://www.peter-herth.de/ltk/ +1 Simple API that works everywhere. With little setup. For free. - Daniel
From: Peter on 21 May 2010 10:45 On May 20, 11:48 am, "Mike" <mebu...(a)rocomai.com> wrote: > I'm searching for opinions: What combination of packages work best for developing > apps complete with GUI on Windows systems? > > I've had great luck catching up with LISP using Lispbox, but I guess I'm ready to creat > apps that run and look as sophisticated as those I create in VB or C++ . > > Thanks, > > Mike > > --- news://freenews.netfront.net/ - complaints: n...(a)netfront.net --- As others have mentioned, LTk is probably the easiest to get started with. An alternative, if you are happy with running on the JVM, is to use the java-based lisp implementation ABCL http://common-lisp.net/project/armedbear/ You get access to the Java GUI libraries, such as Swing, and there is a related editor, J.
From: Philippe Brochard on 22 May 2010 15:53 D. Herring writes: > On 05/20/2010 02:48 PM, Peter Herth wrote: >> You should have a look at LTk: >> >> http://www.peter-herth.de/ltk/ > > +1 > > Simple API that works everywhere. With little setup. For free. > I second this: very nice API! And there is not too much efforts to make it works everywhere. Philippe
From: Pilya on 24 May 2010 18:19
On May 20, 1:48 pm, "Mike" <mebu...(a)rocomai.com> wrote: > I'm searching for opinions: What combination of packages work best for developing > apps complete with GUI on Windows systems? > > I've had great luck catching up with LISP using Lispbox, but I guess I'm ready to creat > apps that run and look as sophisticated as those I create in VB or C++ . > > Thanks, > > Mike > > --- news://freenews.netfront.net/ - complaints: n...(a)netfront.net --- There was some experimental project: http://code.google.com/p/cl-forms/ Lisp wrapper around some Html-Rendering library (terrainformatica.com) I use this lib from .NET for web look and feel GUI. But there are no Grid and ReBar controls - the only things I miss. |