-
Notifications
You must be signed in to change notification settings - Fork 53
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
Is it possible to support Scala Native? #371
Comments
It should be. I think cats supports scala native and that's the only dependency. Happy to accept a PR! |
Thanks! I will try it! |
Exciting! Thanks! |
FYI, if you are looking for the combination of Native+Scala3 you'll be blocked by typelevel/cats#4117 which is blocked by typelevel/scalacheck#868 which is presumably blocked by scala/scala3#14156 which comes in Scala 3.1.2. |
It's actually a really nice option to write compilers using Scala Native. |
Is it possible to support Scala Native?
Fastparse supports scala native(2.12, 2.13) but does not support scala 3. On the other hand, catsparse supports scala 3, but does not support scala native😖
The text was updated successfully, but these errors were encountered: