-
Notifications
You must be signed in to change notification settings - Fork 34
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
MTL style behaviour algebra #50
Conversation
build.sbt
Outdated
lazy val akkaHttpVersion = "10.0.11" | ||
lazy val akkaHttpJsonVersion = "1.19.0" | ||
lazy val circeVersion = "0.9.3" | ||
lazy val http4sVersion = "0.20.0-M4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 the latest I can find is 0.20.0-M1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, I might have looked at v0.19.0-M4
, too much coffee yesterday.
@notxcain would this compile to "mu, it brings the ability to combine RPC protocols, services, and clients in your Freestyle program, thanks to gRPC." Would you agree to add a |
@SemanticBeeng I'm not sure that all modules are Scala.js compatible. Never used it. What module do you need? |
Hmm... some familiarity is required to understand but think is very important in order make Would you be willing to develop some familiarity while I come up with a better explanation and examples? Roughly speaking everything could cross-compile except the In previous interactions I gave links to how |
What are the use cases that you see for Aecor on the client side? |
To implement See https://tech.zilverline.com/2011/02/10/towards-an-immutable-domain-model-monads-part-5 for examples. I have used this design to implement complex domain models with complex business rules without having to keep track of mutations on the client. Now applying same with All this could be cross compile except Also, |
@SemanticBeeng I see. BTW |
Agreed about |
No description provided.