-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile to scala-native target #64
Comments
Yep! This really just depends on cats compiling to native. Or Iota getting cross compilation for Scalaz, which already supports native! |
Iota uses full cats? Let's hope it won't take too long. |
Iota uses the core FP abstractions from cats as well as Cofree from the cat's free module. Additionally, Iota uses generalized recursion schemes based on Matryoshka. |
I was looking at using coproduct for case-app to declare many fields which are mutually exclusive (XorK?) and it would be nice if there's support for iota, until then shapeless seems to be the easiest to support as it already has a scala-native port. |
I will have Scala Native support coming soon. It will be for the build of Iota that uses Scalaz instead of Cats, as Scalaz already supports Scala Native. |
It would be nice if iota would compile to scala-native as well.
The text was updated successfully, but these errors were encountered: