@hackage dumb-cas0.2.1.1
A computer “algebra” system that knows nothing about algebra, at the core.
Installation
Dependencies (6)
- base >=4.8 && <4.21
- containers
- decimal-literals >=0.1 && <0.2
- hashable >=1.2 && <1.6
- template-haskell
- unordered-containers >=0.2 && <0.3 Show all…
Dependents (2)
@hackage/TeX-my-math, @hackage/yeamer
This is a framework for untyped, symbolic computations like a CAS does, without any baked-in rules whatsoever but the ability to define expressions very consisely, as well as any transformation rules you want. The idea is basically to combine the flexibility of a Lisp with the conciseness of a Regex engine, using syntax similar to Haskell's standard pattern matching.