tatara-lisp 0.2.4

Homoiconic S-expression reader + macroexpander — the pleme-io Lisp authoring surface, hermetic-build standalone
Documentation

tatara-lisp — a small homoiconic S-expression language.

The surface is homoiconic: the reader produces an AST (Sexp) that is itself S-expressions. Macros operate on Sexp and yield Sexp.

Scope of v0 (this scaffold): lexer, reader, Sexp AST, environment, plus a minimal evaluator shell (special forms quote, if, let, lambda). The ProcessSpec compiler (defpoint macro + flattening to tatara_process::ProcessSpec) lands in compile.rs in the next pass.

(defpoint observability-stack
  :parent seph.1
  :class (Gate Observability Bounded Monotone Internal)
  :intent (nix "github:pleme-io/k8s" :attr "observability")
  :compliance (baseline fedramp-moderate
               :at-boundary (nist SC-7)
               :post        (cis-k8s-v1.8))
  :depends-on (akeyless-injection))