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

Remove minart-pure #407

Merged
merged 1 commit into from
Aug 26, 2023
Merged

Remove minart-pure #407

merged 1 commit into from
Aug 26, 2023

Conversation

JD557
Copy link
Owner

@JD557 JD557 commented Aug 26, 2023

As part of the 0.6.0 release, I want to try out removing minart-pure.

The reasons for this are, mostly:

  • Cats-effect has now been available in scala-native for a while, and that's strictly better than RIO
  • It's not very easy to convert RIO into cats' IO, so one would need to write wrappers anyway
  • I don't think RIO is the correct way to write purely functional Minart apps. It forces an imperative style, when a declarative one could be used instead (e.g. with SurfaceView/Plane)

@JD557 JD557 added this to the 0.6.0 milestone Aug 26, 2023
@JD557 JD557 merged commit b86ff9f into experimental-0.6 Aug 26, 2023
20 of 23 checks passed
@JD557 JD557 deleted the remove-minart-pure branch August 26, 2023 17:12
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

Successfully merging this pull request may close these issues.

1 participant