It contains a lot of basic everyday functions and macros,
but also a library of pure and stateful datastructures,
and Lisp extensions for memoization and reader interception."
- :depends-on ((:version :asdf "2.019") :fare-memoization #|:lisp-interface-library|#)
+ :depends-on ((:version :asdf "2.019"))
:components
((:file "package")
(:depends-on
("package" "base/utils" "base/macros" #|"interface/order"|# "stateful/package")))
-(in-package :stateful)
+(in-package :fare-stateful)
(exporting-definitions
|#
-(in-package :stateful)
+(in-package :fare-stateful)
(defclass doubly-linked-mixin ()
((previous :accessor doubly-linked-previous)
#+xcvb (module (:depends-on ("package" "base/utils" "stateful/package")))
-(in-package :stateful)
+(in-package :fare-stateful)
(exporting-definitions
(in-package :cl)
-(defpackage :stateful
+(defpackage :fare-stateful
(:use :cl :fare-utils #|:interface :eq :order|#)
(:export
#:container #:container-add-list!