v1.0.0 — Stable release + TUI support #8

Merged
amr merged 46 commits from feature/v0.11.0-slots into main 2026-05-12 16:34:48 -04:00
Showing only changes of commit 60866a80c1 - Show all commits

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