cl-readline
Common Lisp bindings to GNU Readline library
$ area51 add cl-readlineCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-readline:some-function ...)Common Lisp bindings to GNU Readline library
$ area51 add cl-readlineCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-readline:some-function ...)