Skip to content
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

Scala 3 upgrade! #4

Open
tribbloid opened this issue Mar 31, 2022 · 1 comment
Open

Scala 3 upgrade! #4

tribbloid opened this issue Mar 31, 2022 · 1 comment

Comments

@tribbloid
Copy link
Owner

Brief Description:

Shapesafe is one of the most capable static shape inference libraries available for production-grade compilers (Scala 2.13), Its speed however is capped by complex and uncached implicit search and type reasoning implementation. In this project, we intend to bring the library to use Scala 3, which systematically solved the caching problem and introduced language features (compile-time ops, extensible records, polymorphic eta-expansion) that can drastically simplify library design.

Expected Outcome:

Enable shapesafe support for programming in Scala 3, improve compilation speed of long computation graph by 2+ magnitudes.

@tribbloid
Copy link
Owner Author

tribbloid commented May 26, 2022

$$ a ; b \quad a : b $$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant