Re: Curses alternative for Lisp?
- From: Andreas Davour <anteRUN@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 30 Dec 2007 15:42:30 +0100
grue@xxxxxxx (Timofei Shatrov) writes:
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)
Ouch! I sense a lack, or maybe I'm into unidiomatic territory.
Thanks.
/Andreas
--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
.
- Follow-Ups:
- Re: Curses alternative for Lisp?
- From: Timofei Shatrov
- Re: Curses alternative for Lisp?
- References:
- Curses alternative for Lisp?
- From: Andreas Davour
- Re: Curses alternative for Lisp?
- From: Timofei Shatrov
- Curses alternative for Lisp?
- Prev by Date: Re: Curses alternative for Lisp?
- Next by Date: Re: #;
- Previous by thread: Re: Curses alternative for Lisp?
- Next by thread: Re: Curses alternative for Lisp?
- Index(es):
Relevant Pages
|