Skip to content

nativelibs4java/scalaxy-generic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages