This is sb-screen, a simple library for talking to the console from
SBCL via slang. You will need libslang.so (.dylib on darwin) on your
system in some place which is in your LD_LIBRARY_PATH or
/etc/ld.so.conf before installing. Documentation is in texinfo format
in doc/; running make will texi2pdf the documentation.

If you want to use the repl that comes with sb-screen, try:

(screen-repl:start-repl)

Brian
