nativelibs4java / scalaxy-generic

Scalaxy/Generic: loose Dynamic-based generics to give more power to of AST-based optimizations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven Central Build Status Join the chat at https://gitter.im/nativelibs4java/Scalaxy

Provides a Generics[A] typeclass that behaves a bit like Numeric[A], except it allows for any method to be called (using scala.Dynamic).

Also provides AST simplifications that let Scalaxy/Reified erase Numeric[A] and Generic[A] away when A is known (which is the case when passing TypeTag[A] around.

About

Scalaxy/Generic: loose Dynamic-based generics to give more power to of AST-based optimizations.


Languages

Language:Scala 100.0%