docs: update README tangle instructions to use Python script

This commit is contained in:
Hermes Agent
2026-05-12 15:22:42 +00:00
parent 5930e17b57
commit 60866a80c1

View File

@@ -315,9 +315,7 @@ sbcl --script run-all-tests.lisp
sbcl --script demo.lisp sbcl --script demo.lisp
# Tangle org files (regenerate .lisp from .org sources) # Tangle org files (regenerate .lisp from .org sources)
for f in org/*.org; do python3 scripts/tangle.py org/*.org
emacs --batch --eval "(progn (require 'org) (find-file \"$f\") (org-babel-tangle) (kill-buffer))" 2>&1
done
``` ```
Literate programming: `.org` files in `org/` are the source of truth for Literate programming: `.org` files in `org/` are the source of truth for