This is attempt to crate a system where we can use hash tables for nested data structures.
;; finish me
(push #p"~/dot-cons-tree/" asdf:*central-registry*)
(ql:quickload :hashtree)
(in-package #:hashtree)
cd ~/quicklisp/local-projects/ ln -s /home/jacek/Programming/Lisp/hashtree hashtree