Janfel / sbcl-xrepl

Improved REPL for SBCL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"))

About

Improved REPL for SBCL


Languages

Language:Common Lisp 100.0%