Re: How to change people's minds about LISP?
- From: Frank Buss <fb@xxxxxxxxxxxxx>
- Date: Tue, 3 May 2005 09:05:32 +0000 (UTC)
"Massimiliano Campagnoli" <maxi@xxxxxxxxxxxxxxx> wrote:
> I wonder if I can really give up with all the
> mess involved in C++ GUI/Lisp interaction and go for a "pure" Lisp GUI
> solution.
yes, this is possible, too. For example you can call the OS functions
without any layer between, like I've done with CL-Canvas:
http://www.frank-buss.de/lisp/canvas.html
But then you have to implement it for every OS yourself.
If you don't need the OS standard GUI elements, you can use OpenGL.
Together with Glut, is very easy and platform independant for 2D and 3D
graphics, including all the window and event handling.
--
Frank Buß, fb@xxxxxxxxxxxxx
http://www.frank-buss.de, http://www.it4-systems.de
.
- References:
- Re: How to change people's minds about LISP?
- From: Massimiliano Campagnoli
- Re: How to change people's minds about LISP?
- From: David Steuber
- Re: How to change people's minds about LISP?
- From: Massimiliano Campagnoli
- Re: How to change people's minds about LISP?
- From: Kenny Tilton
- Re: How to change people's minds about LISP?
- From: Massimiliano Campagnoli
- Re: How to change people's minds about LISP?
- Prev by Date: Re: Lisp Book(s) in the K&R Style
- Next by Date: Re: Lisp Book(s) in the K&R Style
- Previous by thread: Re: How to change people's minds about LISP?
- Next by thread: Re: How to change people's minds about LISP?
- Index(es):
Relevant Pages
|