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

What is the current state of development? #491

Open
Burtannia opened this issue Feb 9, 2025 · 3 comments
Open

What is the current state of development? #491

Burtannia opened this issue Feb 9, 2025 · 3 comments

Comments

@Burtannia
Copy link

Greetings. I'm currently researching the issues surrounding various effect systems while I try and choose one to use as the basis for an app framework I'm building.

There seem to be a lot of old references to a V2 of Polysemy but nothing recent. Is this still in the works?

Now that the delimited continuation primops are available in GHC, is there any plan to consider using them within Polysemy?

Has there been any further progress on how to handle the issue with NonDet that are discussed in #246?

@tek
Copy link
Member

tek commented Feb 9, 2025

There's currently no active development happening beyond bumping bounds and adapting to newer GHCs.
A v2 prototype was mostly finished a year ago, but we didn't have the energy to turn it into a release.
As for delimited continuations, see #467.

@Burtannia
Copy link
Author

Thanks for the update. What sort of improvements were made in the v2 prototype?

@tek
Copy link
Member

tek commented Feb 10, 2025

most notably for higher-order actions to be able to use local effects, greater flexibility of higher-order interpreters, and performance improvements.

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

2 participants