So a curiosity question.  Right now I am reading in a line of terminal input 
from the user and handling it.  I am thinking of switching the program to 
handle the input character by character, and just wondering how to do that but 
also have it seem to the user that the program is waiting for them to press 
enter, appear the same as a read-line basically.

The reason I want to do that is trigger some events for certain non-alpha for 
now, white space and punctuation.  The other thing is eventually I may with to 
begin some background processing as the user is completing the full input 
string.  Basically the appearance of better performance using the bottle neck 
of the time it takes a user to create the input.  Granted I will have to deal 
with backspace or other cases where the user changes there mind.  Basically 
doing some predictive text analysis sort of.

So what is the best way to read keypress or character by character input in 
racket.  For now dealing with a CLI/terminal interface to keep it simple as I 
work to test and refine my methods.

Ken

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to