项目作者: Janfel

项目描述 :
Improved REPL for SBCL
高级语言: Common Lisp
项目地址: git://github.com/Janfel/sbcl-xrepl.git
创建时间: 2021-05-09T16:20:34Z
项目社区:https://github.com/Janfel/sbcl-xrepl

开源协议:

下载


sbcl-xrepl

Improved REPL for SBCL

Prerequisites

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

Installation

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

Add this to your ~/.sbclrc:

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