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.
Define statistical models symbolically and automatically derive score functions, Hessians, and Fisher information. No numerical approximation.
A Python library for rule-based term rewriting with pattern matching, multiple input formats, and an interactive REPL.
Define patterns, define replacements, repeat until done. Watch a 90-line rewrite engine learn to differentiate.