Activity Log
Table of Contents
- ingest | PLAI Ch.1 — Introduction
- ingest | PLAI Ch.2 — Everything About Parsing
- ingest | PLAI Ch.3 — A First Look at Interpretation
- ingest | Tolk README
- ingest | Tolk arith.lisp
- ingest | Advprog 2026-04-20 — Intro to Interpreters
- ingest | Advprog 2026-04-23 — Code Transformation
- curation | Apply human edits; add library pages and defmethod-bind
- curation | Cross-link pass; boilerplate links; () explanation in defmethod-bind
- ingest | Tolk Python Parser (parser.lisp, ast.lisp, preprocessor.lisp, environment.lisp, execute.lisp)
ingest | PLAI Ch.1 — Introduction
Source: sources/plai/Introduction.html Pages created: wiki/sources/summary-plai-ch1.org Pages updated: wiki/concepts/interpreter-architecture.org, wiki/entities/plai.org, wiki/index.org
ingest | PLAI Ch.2 — Everything About Parsing
Source: sources/plai/Everything_WeWillSay_AboutParsing.html Pages created: wiki/sources/summary-plai-ch2.org Pages updated: wiki/concepts/parsing.org, wiki/concepts/abstract-syntax-tree.org, wiki/concepts/interpreter-architecture.org, wiki/index.org
ingest | PLAI Ch.3 — A First Look at Interpretation
Source: sources/plai/first-interp.html Pages created: wiki/sources/summary-plai-ch3.org Pages updated: wiki/concepts/interpreter.org, wiki/concepts/semantics.org, wiki/concepts/abstract-syntax-tree.org, wiki/index.org
ingest | Tolk README
Source: sources/advprog/tolk/README.org Pages created: wiki/sources/summary-tolk-readme.org Pages updated: wiki/concepts/tolk.org, wiki/entities/tolk-repo.org, wiki/index.org
ingest | Tolk arith.lisp
Source: sources/advprog/tolk/src/racket/arith.lisp Pages created: wiki/sources/summary-tolk-arith.org Pages updated: wiki/concepts/tolk-arith.org, wiki/concepts/abstract-syntax-tree.org, wiki/concepts/interpreter.org, wiki/index.org
ingest | Advprog 2026-04-20 — Intro to Interpreters
Source: sources/advprog/20260420.org + 20260420-jotter.org Pages created: wiki/sources/summary-advprog-20260420.org Pages updated: wiki/concepts/interpreter.org, wiki/entities/advprog.org, wiki/index.org
ingest | Advprog 2026-04-23 — Code Transformation
Source: sources/advprog/20260423.org + 20260423-jotter.org Pages created: wiki/sources/summary-advprog-20260423.org Pages updated: wiki/entities/advprog.org, wiki/index.org
curation | Apply human edits; add library pages and defmethod-bind
Pages updated: all existing wiki pages (table formatting, code layout, "Differences" not "Contradictions", chapter links, library links) Pages created: wiki/concepts/defmethod-bind.org wiki/concepts/cl-libs/trivia.org wiki/concepts/cl-libs/fare-quasiquote.org wiki/concepts/cl-libs/named-readtables.org wiki/concepts/cl-libs/metabang-bind.org wiki/concepts/cl-libs/closer-mop.org wiki/concepts/cl-libs/fiveam.org Index updated: cl-libraries cluster added
curation | Cross-link pass; boilerplate links; () explanation in defmethod-bind
Pages updated: wiki/concepts/defmethod-bind.org (motivation note about ()), wiki/concepts/tolk.org, wiki/concepts/parsing.org, wiki/concepts/cl-libs/{trivia,metabang-bind,closer-mop,fare-quasiquote}.org, wiki/overview.org, wiki/sources/summary-{plai-ch1,plai-ch2,tolk-arith,tolk-readme,advprog-20260420}.org Changes: all bare library/macro mentions linked; "boilerplate" → Wikipedia link; removed backtick formatting; () explained in defmethod-bind motivation
ingest | Tolk Python Parser (parser.lisp, ast.lisp, preprocessor.lisp, environment.lisp, execute.lisp)
Source: sources/advprog/tolk/src/python/{parser,ast,preprocessor,environment,execute}.lisp
- sources/advprog/tolk/tests/python/parsing.lisp
- sources/advprog/tolk/tests/python/suite.lisp
Pages created: wiki/concepts/tolk-python-language.org, wiki/concepts/tolk-python-ast.org Pages updated: wiki/index.org (added to tolk-implementation cluster)