trainable-object
Provides a metaclass and APIs for the trainable funcallable instances.
$ area51 add trainable-objectCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trainable-object:some-function ...)