Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.
Next: Pretty Printing, Previous: Pattern Matching, Up: Guile Modules [Contents][Index]
Guile comes with an interface module to the readline library
(see GNU Readline Library). This
makes interactive use much more convenient, because of the command-line
editing features of readline. Using (ice-9 readline)
, you can
navigate through the current input line with the cursor keys, retrieve
older command lines from the input history and even search through the
history entries.
• Loading Readline Support: | How to load readline support into Guile. | |
• Readline Options: | How to modify readline’s behaviour. | |
• Readline Functions: | Programming with readline. |