literate-lisp

MIT

a literate programming tool to write common lisp codes in org file.

$ area51 add literate-lispCopy

Usage

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