trainable-object

LGPL

Provides a metaclass and APIs for the trainable funcallable instances.

$ area51 add trainable-objectCopy

Usage

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