- allow integer arithmetic
- computer vision + AR
Good:
- Simple
- Arbitrary integer precision
- Symbolic computing (theorem proving)
Bad:
- Slow
- No inline function
- No type checking (mypy)
Good:
- inline function
- Quick check overflow detection (debug version)
Bad:
- Not object-oriented
Good:
- inline function
- constexpr everything
Bad:
- no quickcheck