replic

MIT

A framework to build readline applications out of existing code.

$ area51 add replicCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(replic:some-function ...)