This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

readline problems


Clark McGrew writes:
 > Hello,
 > 
 > It's likely that I'm missing something, but it's turning out to be
 > tricky to add readline support back into a guile program.  It's not

I tried to emulate readline support with my curses module for guile.
The result was slow beyond any consideration, using schemewritten 
doubly-linked lists (whose code was snarved from elisp dlls) for 
history support and iterated wgetch for the line input. 
But maybe dlls are not optimal for history?

Klaus Schilling