CL-READLINE 0.1 CL-READLINE is a simple UFFI-based wrapper for the GNU Readline library. CL-READLINE has been tested on Debian GNU/Linux under SBCl, SBCL-MT and CMUCL. Other platforms and UFFI compatible implementations should work, but may require tweaking. To use: (asdf:oos 'asdf:load-op 'readline) (rl:readline :prompt "> ")