Re: Curses alternative for Lisp?
- From: grue@xxxxxxx (Timofei Shatrov)
- Date: Sun, 30 Dec 2007 09:00:08 GMT
On Sun, 30 Dec 2007 06:06:09 +0100, Andreas Davour
<anteRUN@xxxxxxxxxxxxxxxxxxxx> tried to confuse everyone with this message:
So, what do people use to build text based menu systems, and to do other
terminal based maneuvers in lisp? In C I would reach for curses, but
what now? Any hints?
Use CFFI to call Ncurses _or_ PDcurses (to cover non-Linux systems). A
reasonably useful implementation can be found here:
http://common-lisp.net/project/lifp/sewers-src.zip
(check out curses.lisp; it also contains some bloat such as REPL
implementation; oh, there is also a whole game that uses the library)
--
|Don't believe this - you're not worthless ,gr---------.ru
|It's us against millions and we can't take them all... | ue il |
|But we can take them on! | @ma |
| (A Wilhelm Scream - The Rip) |______________|
.
- Follow-Ups:
- Re: Curses alternative for Lisp?
- From: Andreas Davour
- Re: Curses alternative for Lisp?
- References:
- Curses alternative for Lisp?
- From: Andreas Davour
- Curses alternative for Lisp?
- Prev by Date: Re: RFC: Extending method specializers
- Next by Date: Re: macro that writes macros
- Previous by thread: Re: Curses alternative for Lisp?
- Next by thread: Re: Curses alternative for Lisp?
- Index(es):