CliffordNumbers.jl: implementing numeric primitives for geometry
Linear algebra, with matrices and vectors, forms the common language of computational geometry. CliffordNumbers.jl forms the basis of an alternative approach to the field, providing representations of elements of Clifford algebras that support high-performance operations compatible with Julia Base Number
types. The package leans heavily on Julia's tools for performance, but also highlights points of interest for the future development of Julia.