On 10/30/2016 10:54 AM, Ken MacKenzie wrote: > 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.
Try the "ansi" package, https://pkgn.racket-lang.org/package/ansi. This example shows reading of keys: https://github.com/tonyg/racket-ansi/blob/master/ansi/test-raw.rkt Cheers, Tony -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

