December 16, 2025
Rerum: Pattern Matching and Term Rewriting in Python
A Python library for symbolic computation with a readable DSL, pattern matching, and a security model that separates rules from computation.
Browse posts by tag
A Python library for symbolic computation with a readable DSL, pattern matching, and a security model that separates rules from computation.
A Python library for rule-based term rewriting with pattern matching, multiple input formats, and an interactive REPL.
An immutable-by-default tree library for Python with composable transformations, pipe-based pipelines, and pattern-matching selectors.
Define patterns, define replacements, repeat until done. Watch a 90-line rewrite engine learn to differentiate.