hu.dwim.common-lisp

A redefinition of the standard Common Lisp package that includes a number of renames and shadows.

$ area51 add hu.dwim.common-lispCopy

Usage

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