1dbf41db9e0e66b0d02d231026236ab000d61b05
[cl-readline.git] / README
1 CL-READLINE 0.1
2
3  CL-READLINE is a simple UFFI-based wrapper for the GNU Readline
4  library. 
5
6  CL-READLINE has been tested on Debian GNU/Linux under SBCl, SBCL-MT
7  and CMUCL. Other platforms and UFFI compatible implementations should
8  work, but may require tweaking.
9
10  To use:
11
12   (asdf:oos 'asdf:load-op 'readline)
13   (rl:readline :prompt "> ")
14