Skip to content

Janfel/sbcl-xrepl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbcl-xrepl

Improved REPL for SBCL

Prerequisites

This package depends on cl-readline, so make sure that quicklisp is loaded.

Installation

git clone https://github.com/Janfel/sbcl-xrepl/ ~/common-lisp/sbcl-xrepl/

Add this to your ~/.sbclrc:

(when (interactive-stream-p *standard-input*)
  (asdf:load-system "sbcl-xrepl"))