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

ClojureDart and Flutter #103

Open
jcf opened this issue Dec 3, 2023 · 2 comments
Open

ClojureDart and Flutter #103

jcf opened this issue Dec 3, 2023 · 2 comments

Comments

@jcf
Copy link

jcf commented Dec 3, 2023

Is there interest in extending Missionary to work with ClojureDart and Flutter?

Dart has concurrency support via futures and streams so seems a reasonable target for a delightful reactive abstraction.

Perhaps this has already been looked into?

@leonoel
Copy link
Owner

leonoel commented Dec 4, 2023

Is there interest in extending Missionary to work with ClojureDart and Flutter?

Yes. It's been asked several times, I support this idea.

Dart has concurrency support via futures and streams so seems a reasonable target for a delightful reactive abstraction.

I do not see any limitations in the runtime capabilities. Lack of shared memory means synchronous propagation will be restricted to a single isolate, which is not worse than what's currently possible to do with the clojurescript port. However, I do not see how to leverage the existing concurrency framework based on future and streams.

Perhaps this has already been looked into?

No, everything remains to be done.

@jcf
Copy link
Author

jcf commented Dec 10, 2023

Thank you for the thorough response, @leonoel!

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