Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 612 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 612 Bytes

poly-algebra Build Status

This is my own experiments with Scala typeclasses.

Poly-algebra is a library that contains a hierarchy of typeclass abstractions for common algebraic structures and higher-kinded functional constructs that enables generic math programming in Scala. Implicits, specialization and macros are used extensively to create an elegant API with virtually no performance cost.

Installation

libraryDependencies += "me.tongfei" %% "poly-algebra" % "0.4.0"