It's a cool project from Protesilaos Stavrou
More details here:
https://protesilaos.com/emacs/denote
Because I can!
Also Rust may be a better language to built tools on top of it than Lisp
For instance, it should be easy to provide Python or Javascript implementations of denotes based on this repo.
See:
cargo run -- --help
To use the python bindings, make sure you can build the Rust code, then install poetry and run:
poetry install
poetry run maturin develop
Work in progress