[racket] Is there any tool like curses in Racket?

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Mon Feb 3 08:49:44 EST 2014

2014-02-03 Asumu Takikawa <asumu at ccs.neu.edu>:
> On 2014-02-03 16:50:15 +0900, 亀田馬志 wrote:
>>    Is there any function to do this instead of READ?
>>    Possibly need some library like curses in UNIX (though I now use Windows).
>>    Supposing to write a text editor like vi with Racket, how do you guys to
>>    write codes using h, j, k, and l keys as cursor? In the case with standard
>>    input and output, as you know, it is impossible to emulate the move.
>>    Is there any library to emulate something like curses in Racket?
>
> I recommend Neil Van Dyke's "charterm" library for curses-like
> terminal display on Unix:

Ditto. Besides the documentation see a few examples here:

    http://rosettacode.org/wiki/Category:Racket

On the page search for "Terminal Control".

> http://planet.racket-lang.org/package-source/neil/charterm.plt/3/1/planet-docs/doc/index.html

/Jens Axel


Posted on the users mailing list.