/hashtree

Primary LanguageCommon LispThe UnlicenseUnlicense

Hashtree

This is attempt to crate a system where we can use hash tables for nested data structures.

Running it

;; finish me
(push #p"~/dot-cons-tree/" asdf:*central-registry*)

(ql:quickload :hashtree)
(in-package #:hashtree)

Adding to quicklisp

cd ~/quicklisp/local-projects/
ln -s  /home/jacek/Programming/Lisp/hashtree hashtree

Alternatives to this project

https://github.com/AccelerationNet/access