nikita-volkov / sext

A small extensions library for Scala
MIT License
37 stars 5 forks source link

Scala.Js support #8

Open mkotsbak opened 8 years ago

mkotsbak commented 8 years ago

Please investigate if it is possible to cross compile it to Scala.Js. Is it using reflection? Then it won't work. Else look here: http://stackoverflow.com/questions/30143126/how-do-i-port-an-existing-scala-library-to-scalajs

nikita-volkov commented 8 years ago

It uses reflection.

mkotsbak commented 8 years ago

Then it is a lot harder. It then would probably need to use a tool like Shapeless instead. Macros are supported.

nikita-volkov commented 8 years ago

I have no plans of doing any such updates.