Overview
Lamina is a procedural math language, focused on solving mathematical problems efficiently. It is Turing-complete with concise syntax and support for complex math operations.
Features
- Exact math: rational and irrational numbers (√, π, e) support
- Precision-safe: avoid floating-point errors
- Math-friendly: vectors, matrices, and functions supported
- Recursive support with configurable depth
- Big integers: arbitrary precision
- Interactive REPL and script execution
- Smart terminal and stack tracing for debugging