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

Sketch prototype that lifts ordinary Scala code to ZFlow / Remote using Scala 3 macros #143

Open
jdegoes opened this issue Mar 13, 2022 · 1 comment
Assignees
Labels

Comments

@jdegoes
Copy link
Member

jdegoes commented Mar 13, 2022

A prototype that is incomplete could demonstrate the feasibility of lifting ordinary Scala code into ZFlow:

ZFlow.define {
  if (2 + 2 == 4) "foo" else "bar"
} : ZFlow[Any, Nothing, String]
@vigoo
Copy link
Contributor

vigoo commented Oct 12, 2022

Depends on #225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants