[plt-scheme] Using curses with plt scheme
Jakub Piotr Cłapa
jpc-ml at zenburn.net
Thu Aug 7 16:38:06 EDT 2008
Ido Yehieli wrote:
> But I was wondering if I can do it without calling external libs (for
> one thing, it forces me to handle platform Independence myself).
You cannot since there is no cross platform way of doing fancy console
output. Either write such a lib (using ncurses and WinAPI as backends; I
can send you some example python WinAPI code) or write something console
like using MrEd.
--
regards,
Jakub Piotr Cłapa
More information about the plt-scheme
mailing list