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

Vert.x Support #572

Open
rahulmutt opened this issue Nov 29, 2017 · 3 comments
Open

Vert.x Support #572

rahulmutt opened this issue Nov 29, 2017 · 3 comments

Comments

@rahulmutt
Copy link
Member

This issue is to track the progress of the Vert.x integration for Eta via Eta Fibers. The timeline for this has not yet been decided.

If you would really like to see this happen, please like this issue and we can add it to our milestones.

@chengenzhao
Copy link

Happy to see this issue
For fiber, it may be similar to coroutine in Kotlin language, this repo maybe helpful for Vert.x eta support.
https://github.com/vert-x3/vertx-lang-kotlin/tree/master/vertx-lang-kotlin-coroutines
For relatively pure fp language support
this document maybe helpful(clojure support for Vert.x 2)
http://vertx.io/vertx2/core_manual_clojure.html

@rahulmutt rahulmutt added this to the Eta v0.2 milestone Dec 6, 2017
@rahulmutt
Copy link
Member Author

Hi @chengenzhao, I've added this to the v0.2 milestone. The dependencies for this are:

  • Generate FFI Imports #164 - Generate FFI Imports so we can easily create FFI bindings for the Vert.x API. This is actively being worked on now.
  • The new Fiber implementation based on trampolining. This implementation should be much faster and once the base is done, we can create functions to convert callback and future-based APIs to fibered APIs.

@vietj
Copy link

vietj commented Dec 6, 2017

nice to see this effort!

please don't hesitate to open discussion in community for this effort

@rahulmutt rahulmutt removed this from the Eta v0.2 milestone Jan 5, 2018
@Jyothsnasrinivas Jyothsnasrinivas added this to the Eta v0.8 milestone Jan 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants